RUM Classic JavaScript API
    Preparing search index...

    Interface Property<S>

    interface Property<S> {
        public?: boolean;
        value: S;
    }

    Type Parameters

    • S

      The type of the captured property.

    Index

    Properties

    Properties

    public?: boolean

    Indicates if the property is public. If not set to true, the value will be sent as masked (dT_pv) in doNotTrack mode.

    value: S

    The value of the property.