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

    Interface PopularQueriesContentComponentModel

    interface PopularQueriesContentComponentModel {
        campaignId: number;
        id: number;
        items: PopularQueriesContentItem[];
        title: string;
        trackingEnabled: boolean;
        trigger?: Trigger;
        type: "popular-queries";
        zone: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    campaignId: number
    id: number
    title: string
    trackingEnabled: boolean
    trigger?: Trigger
    type: "popular-queries"
    zone: string