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

    Interface CheckboxListFacetValue

    interface CheckboxListFacetValue {
        children?: CheckboxListFacetValue[];
        color?: FacetValueColor;
        count?: number;
        excluded?: boolean;
        hasChildren: boolean;
        imageUrl?: string;
        level?: number;
        selected?: boolean;
        title: string;
        toggled: boolean;
        value?: string;
        visible: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    count?: number
    excluded?: boolean
    hasChildren: boolean
    imageUrl?: string
    level?: number
    selected?: boolean
    title: string
    toggled: boolean
    value?: string
    visible: boolean