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

    Interface LinkListFacetComponentModel

    interface LinkListFacetComponentModel {
        displayCount: boolean;
        expanded: boolean;
        maxHeight?: number;
        showToggle: boolean;
        strings: { toggle: string };
        values: LinkListFacetValue[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    displayCount: boolean
    expanded: boolean
    maxHeight?: number
    showToggle: boolean
    strings: { toggle: string }