A collection of handlers which get called in order when the event is triggered.
Add a new handler to the event.
Returns the added ShimiHandler object.
The new handler, either as a function, or a ShimiHandler object.
Remove the specified handlers from the event.
Runs the collection of handlers that have been added to the event.
Generated using TypeDoc
The ClipRecorderEvent class extends ShimiEvent, providing an object which can be subscribed to.
It distributes events which point back to the source ClipRecorder, and a ClipRecorderEventData object that contains the event information.