Attributes of a user who has watched a RUM replay session, including contact information and watch statistics.

Hierarchy

  • WatcherDataAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
handle: string

Email handle of the user who watched the session.

icon?: string

URL or identifier of the watcher's avatar icon.

lastWatchedAt: Date

Timestamp when the watcher last viewed the session.

name?: string

Display name of the user who watched the session.

watchCount: number

Total number of times the user has watched the session.

Generated using TypeDoc