@nosto/nosto-js

    Interface DynamicPlacementDTO

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

    Properties

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