Skip to content

Commit

Permalink
update canvasmanagerinterface
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg committed Jul 10, 2024
1 parent 833e0d8 commit 6afebd3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/replay-internal/src/types/rrweb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export type ReplayEventWithTime = {

/**
* This is a partial copy of rrweb's recording options which only contains the properties
* we specifically us in the SDK. Users can specify additional properties, hence we add the
* we specifically use in the SDK. Users can specify additional properties, hence we add the
* Record<string, unknown> union type.
*/
export type RrwebRecordOptions = {
Expand All @@ -52,6 +52,9 @@ export interface CanvasManagerInterface {
lock(): void;
unlock(): void;
snapshot(): void;
addWindow(win: typeof globalThis & Window): void;
addShadowRoot(): void;
resetShadowRoots(): void;
}

export interface CanvasManagerOptions {
Expand Down

0 comments on commit 6afebd3

Please sign in to comment.