allow goto to specify if it should play or pause
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -32,5 +32,5 @@ export default class rrwebPlayer extends SvelteComponent {
|
||||
triggerResize: () => void;
|
||||
play: () => void;
|
||||
pause: () => void;
|
||||
goto: (timeOffset: number) => void;
|
||||
goto: (timeOffset: number, play?: boolean) => void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user