CreateActiveListSubscriberConfig<T>
TYPE DEFINITION
The configuration for the createActiveListSubscriber function.
You should provide all methods for the events that you want to listen to, the ones you are not interested
Since 1.5.0
Properties
-
debug Optional
boolean
Optionally whether or not you want to show debug logging.
When debug is enabled whenever an event method is not provided but the event is fired, a console.warn message is logged. This allows you to easier detect missing methods during development.
Defaults to false, meaning nothing will be logged to the console.
Since 1.5.0
-
onActivated
Method which is called whenever an ACTIVATED event is fired from within the ActiveList.
Since 1.5.0
Signature
Parameters
-
onActivatedMultiple
Method which is called whenever an ACTIVATED_MULTIPLE event is fired from within the ActiveList.
Since 1.5.0
Signature
Parameters
-
onAutoPlayPaused
Method which is called whenever an AUTO_PLAY_PAUSED event is fired from within the ActiveList.
Since 1.5.0
Signature
Parameters
-
onAutoPlayPlaying
Method which is called whenever an AUTO_PLAY_PLAYING event is fired from within the ActiveList.
Since 1.5.0
Signature
Parameters
-
onAutoPlayStopped
Method which is called whenever an AUTO_PLAY_STOPPED event is fired from within the ActiveList.
Since 1.5.0
Signature
Parameters
-
onCooldownEnded
Method which is called whenever an COOLDOWN_ENDED event is fired from within the ActiveList.
Since 1.5.0
Signature
Parameters
-
onCooldownStarted
Method which is called whenever an COOLDOWN_STARTED event is fired from within the ActiveList.
Since 1.5.0
Signature
Parameters
-
onDeactivated
Method which is called whenever an DEACTIVATED event is fired from within the ActiveList.
Since 1.5.0
Signature
Parameters
-
onDeactivatedMultiple
Method which is called whenever an DEACTIVATED_MULTIPLE event is fired from within the ActiveList.
Since 1.5.0
Signature
Parameters
-
onInitialized
Method which is called whenever an INITIALIZED event is fired from within the ActiveList.
Since 1.5.0
Signature
Parameters
-
onInserted
Method which is called whenever an INSERTED event is fired from within the ActiveList.
Since 1.5.0
Signature
Parameters
-
onMoved
Method which is called whenever an MOVED event is fired from within the ActiveList.
Since 1.5.0
Signature
Parameters
-
onRemoved
Method which is called whenever an REMOVED event is fired from within the ActiveList.
Since 1.5.0
Signature
Parameters
-
onRemovedMultiple
Method which is called whenever an REMOVED_MULTIPLE event is fired from within the ActiveList.
Since 1.5.0
Signature
Parameters
-
onSwapped
Method which is called whenever an SWAPPED event is fired from within the ActiveList.
Since 1.5.0
Signature
Parameters