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

    Interface ColorFacetComponentModel

    interface ColorFacetComponentModel {
        excludeEnabled: boolean;
        expanded: boolean;
        showToggle: boolean;
        strings: { exclude: string; include: string; toggle: string };
        values: ColorFacetValue[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    excludeEnabled: boolean
    expanded: boolean
    showToggle: boolean
    strings: { exclude: string; include: string; toggle: string }
    values: ColorFacetValue[]