Skip to content

Commit 14ed7e7

Browse files
committed
Add skip props in abstract class
1 parent 7927815 commit 14ed7e7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

navigator/src/Navigator.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,16 @@ export abstract class MediaNavigator extends Navigator {
119119
*/
120120
abstract jump(seconds: number): void;
121121

122+
/**
123+
* Skip forward by the configured interval
124+
*/
125+
abstract skipForward(): void;
126+
127+
/**
128+
* Skip backward by the configured interval
129+
*/
130+
abstract skipBackward(): void;
131+
122132
/**
123133
* Go to next track/chapter
124134
*/

0 commit comments

Comments
 (0)