eventWithTime: {
    data: unknown;
    delay?: number;
    timestamp: number;
    type: EventType;
}

This is a partial copy of rrweb's eventWithTime type which only contains the properties we specifcally need in the SDK.

Type declaration

  • data: unknown
  • Optional delay?: number
  • timestamp: number
  • type: EventType

Generated using TypeDoc