Interface StacklaWidgetDebugDTO

interface StacklaWidgetDebugDTO {
    divIds: string[];
    enabled: boolean;
    filterType: StacklaWidgetFilterType;
    id: StacklaWidgetEmbedId;
    name: string;
    rendered: boolean;
    usedInTest: boolean;
    widgetId: string;
}

Properties

divIds: string[]
enabled: boolean
name: string
rendered: boolean
usedInTest: boolean
widgetId: string