@bridgeline-digital/hawksearch-handlebars-ui
    Preparing search index...

    Interface SelectedFacetsComponentModel

    interface SelectedFacetsComponentModel {
        selections: {
            excluded: boolean;
            field: string;
            selectionTitle: string;
            selectionValue: string;
            title: string;
        }[];
        strings: { remove: string };
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    selections: {
        excluded: boolean;
        field: string;
        selectionTitle: string;
        selectionValue: string;
        title: string;
    }[]
    strings: { remove: string }