Interface PlacementDebugDTO

interface PlacementDebugDTO {
    activeRule?: SegmentRuleDebugDTO;
    divId: string;
    enabled: boolean;
    id: string;
    name: string;
    rules: PlacementRuleDTO[];
}

Properties

activeRule?: SegmentRuleDebugDTO
divId: string
enabled: boolean
id: string
name: string