Interface: QueueChangedEvent
Defined in: packages/player/src/player.ts:870
Payload of the queueChanged event.
Properties
count
readonly count: number;
Defined in: packages/player/src/player.ts:872
Number of entries after the change.
reason
readonly reason: QueueChangeReason;
Defined in: packages/player/src/player.ts:874
Which of the two things this library can honestly report happened.