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

    Interface RecommendationsComponentModel

    interface RecommendationsComponentModel {
        buttonsEnabled: boolean;
        carousel: boolean;
        carouselData: RecommendationsCarouselData;
        carouselPosition: string | undefined;
        headingEnabled: boolean;
        id: string;
        items?: RecommendationsItem[];
        itemWidth: string;
        paginationEnabled: boolean;
        paginationItems: { selected: boolean; title: string }[];
        requestId: string;
        strings: { next: string; previous: string };
        title: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    buttonsEnabled: boolean
    carousel: boolean
    carouselPosition: string | undefined
    headingEnabled: boolean
    id: string
    itemWidth: string
    paginationEnabled: boolean
    paginationItems: { selected: boolean; title: string }[]
    requestId: string
    strings: { next: string; previous: string }
    title: string