Documentation - v7.4.0
    Preparing search index...

    Type Alias RumViewUpdateEvent

    RumViewUpdateEvent: ViewContainerSchema & StreamSchema & ViewProperties & CommonProperties & {
        _dd?: { document_version: number; [k: string]: unknown };
        type: "view_update";
        [k: string]: unknown;
    }

    Schema of all properties of a View Update event

    Type Declaration

    • [k: string]: unknown
    • Optional Readonly_dd?: { document_version: number; [k: string]: unknown }

      Internal properties

      • Readonlydocument_version: number

        Version of the update of the view event

    • Readonlytype: "view_update"

      RUM event type