HoshimiQueueOptions

The queue options.

Signature

export interface HoshimiQueueOptions

Properties

maxHistory?: number;

The maximum amount of tracks that can be saved in the queue.

@type{number}@default25
autoPlay?: boolean;

Enable the auto play for the queue. (By default, only supports `youtube` and `spotify`, add more with your own function)

@type{boolean}@defaultfalse

Methods