Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface representing Queue of tracks

Hierarchy

  • SongQueue

Index

Properties

Properties

data

data: {}

Data is a dictionary with unique songs. Song here won't be repeated

Type declaration

index

index: number

Index of current playing song from {@link SongQueue#order}

order

order: { id: string; songID: string }[]

Order is an array with songID corresponding to {@link SongQueue#data} Items may be repeated

Generated using TypeDoc