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

    Interface CustomContentComponentModel

    interface CustomContentComponentModel {
        campaignId: number;
        content: string;
        id: number;
        title: string;
        trackingEnabled: boolean;
        trigger?: Trigger;
        type: "custom";
        zone: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    campaignId: number
    content: string
    id: number
    title: string
    trackingEnabled: boolean
    trigger?: Trigger
    type: "custom"
    zone: string