Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

SkipOptions

API/Interfaces/SkipOptions
hoshimi/src/types/Player.d.ts

Signature

export interface SkipOptions

Properties

2
tothrowError

Methods

0

No methods.

Properties

to#
to?: number;

The amount of tracks to skip.

@type{number | undefined}@default1
throwError#
throwError?: boolean;

Whether to throw an error if the skip amount exceeds the queue size.

@type{boolean | undefined}@defaulttrue