RUM Classic JavaScript API
    Preparing search index...

    Interface SuccessfulProperty

    interface SuccessfulProperty {
        key: string;
        value: string | number | Date;
    }
    Index

    Properties

    Properties

    key: string

    The key of the successfully collected property.

    value: string | number | Date

    The value of the successfully collected property.