SkipOptions
Signature
export interface SkipOptionsProperties
2Methods
0No methods.
Properties
to?: number;The amount of tracks to skip.
@type{number | undefined}@default1
throwError?: boolean;Whether to throw an error if the skip amount exceeds the queue size.
@type{boolean | undefined}@defaulttrue