impl apis: play, pause, goto
This commit is contained in:
3
typings/index.d.ts
vendored
3
typings/index.d.ts
vendored
@@ -29,4 +29,7 @@ export default class rrwebPlayer {
|
||||
toggle: () => void;
|
||||
setSpeed: (speed: number) => void;
|
||||
toggleSkipInactive: () => void;
|
||||
play: () => void;
|
||||
pause: () => void;
|
||||
goto: (timeOffset: number) => void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user