Documentation - v7.12.0
    Preparing search index...

    Type Alias RumViewUpdateEvent

    RumViewUpdateEvent: ViewContainerSchema & StreamSchema & ViewProperties & CommonProperties & {
        type: "view_update";
        view: { [k: string]: unknown };
        [k: string]: unknown;
    }

    Schema of all properties of a View Update event

    Type Declaration

    • [k: string]: unknown
    • Readonlytype: "view_update"

      RUM event type

    • Readonlyview: { [k: string]: unknown }