@datatrue/api
    Preparing search index...

    Interface DataLayerValidationOptions

    interface DataLayerValidationOptions {
        attr?: string;
        cookie_name?: string;
        custom_js_code?: string;
        description?: string;
        enabled?: boolean;
        iframe_selector?: string;
        iframe_selector_type?: IframeSelectorTypes;
        js_variable_name?: string;
        position?: number;
        regex?: string;
        selector?: string;
        selector_type?: WebSelectorTypes;
        source?: DataLayerValidationSource;
        validation_enabled?: boolean;
        variable_name?: string;
    }

    Hierarchy

    • ResourceOptions
      • DataLayerValidationOptions
    Index

    Properties

    attr?: string
    cookie_name?: string
    custom_js_code?: string
    description?: string
    enabled?: boolean
    iframe_selector?: string
    iframe_selector_type?: IframeSelectorTypes
    js_variable_name?: string
    position?: number
    regex?: string
    selector?: string
    selector_type?: WebSelectorTypes
    validation_enabled?: boolean
    variable_name?: string