@nosto/nosto-js

    Interface DebugToolbarDataDTO

    interface DebugToolbarDataDTO {
        contentCampaigns: ContentDebugDTO[];
        dev: boolean;
        draftTests: AbTestDraftPreviewSettingsDTO[];
        loggedIn: boolean;
        placements: PlacementDebugDTO[];
        placementsTab: boolean;
        popupPreviewSettings: PopupCampaignPreviewSettingsDTO[];
        recommendationCampaigns: RecommendationDebugDTO[];
        richSegmentsTab: boolean;
        runningTests: AbTestPreviewSettingsDTO[];
        segments: SegmentDebugDTO[];
        showImprovedCampaignOverlayData: boolean;
        showStacklaTab: boolean;
        showTestsTab: boolean;
        stacklaWidgets: StacklaWidgetDebugDTO[];
    }
    Index

    Properties

    contentCampaigns: ContentDebugDTO[]
    dev: boolean
    loggedIn: boolean
    placements: PlacementDebugDTO[]
    placementsTab: boolean
    popupPreviewSettings: PopupCampaignPreviewSettingsDTO[]
    recommendationCampaigns: RecommendationDebugDTO[]
    richSegmentsTab: boolean
    runningTests: AbTestPreviewSettingsDTO[]
    segments: SegmentDebugDTO[]
    showImprovedCampaignOverlayData: boolean
    showStacklaTab: boolean
    showTestsTab: boolean
    stacklaWidgets: StacklaWidgetDebugDTO[]
    MMNEPVFCICPMFPCPTTAAATR