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

    Interface RecommendationsComponentConfig

    interface RecommendationsComponentConfig {
        carousel?: {
            autorotation?: { enabled?: boolean; interval?: number };
            buttonsEnabled?: boolean;
            enabled?: boolean;
            paginationEnabled?: boolean;
            paginationSelectedCssClass?: string;
        };
        headingEnabled?: boolean;
        itemsToDisplay?: Breakpoints<number>;
        shadowDom?: boolean;
        strings?: { next?: string; previous?: string };
        template?: string;
        useCustomStyle?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    carousel?: {
        autorotation?: { enabled?: boolean; interval?: number };
        buttonsEnabled?: boolean;
        enabled?: boolean;
        paginationEnabled?: boolean;
        paginationSelectedCssClass?: string;
    }
    headingEnabled?: boolean
    itemsToDisplay?: Breakpoints<number>
    shadowDom?: boolean

    Specifies whether the component should be rendered in the Shadow DOM. This is highly recommended to avoid CSS conflicts.

    true

    strings?: { next?: string; previous?: string }
    template?: string

    Specifies a custom template to be used instead of the default template.

    For more information, see Components.

    useCustomStyle?: boolean

    Specifies whether the component should be rendered in the avoid injecting the css to head of the page. This would only effect when shadowDom false