Type alias MixstatusEvents
Mixstatus
Events
: { nowPlaying
: ((state
: State) => void); setEnded
: (() => void); setStarted
: (() => void); stopped
: ((opt
: { deviceId
: DeviceID; }) => void); }
Type declaration
-
nowPlaying: ((state: State) => void)
-
- (state: State): void
-
Returns void
-
setEnded: (() => void)
-
setStarted: (() => void)
-
stopped: ((opt: {
deviceId: DeviceID;
}) => void)
-
- (opt: {
deviceId: DeviceID;
}): void
-
Returns void
The interface the mix status event emitter should follow