Interface DynamicPlacementDTO

interface DynamicPlacementDTO {
    cssSelector?: string;
    enabled: boolean;
    filters: FilterRule[];
    id: string;
    intersection?: boolean;
    mode: InsertMode;
    mutation?: boolean;
    wrapper: WrapMode;
}

Properties

cssSelector?: string
enabled: boolean
filters: FilterRule[]
id: string
intersection?: boolean
mutation?: boolean
wrapper: WrapMode