Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

QueueJSON

The queue json.

API/Interfaces/QueueJSON
hoshimi/src/types/Queue.d.ts

Signature

export interface QueueJSON

Properties

3
trackshistorycurrent

Methods

0

No methods.

Properties

tracks#
tracks: TrackJSON[];

The tracks of the queue.

@type{TrackJSON[]}
history#
history: TrackJSON[];

The previous tracks of the queue.

@type{TrackJSON[]}
current#
current: TrackJSON | null;

The current track of the queue.

@type{TrackJSON | null}