Optional
holder: IEventTargetHolderReadonly
binderThe event binder object.
Readonly
targetThe document fragment for internal events. Usually is provided by the holder, which is the TopicCarousel instance.
Triggers callback functions. This accepts additional arguments and passes them to callbacks.
the event name
Rest
...args: Parameters<EventMap[K]>the arguments to pass to callbacks
Removes all event listeners for the provided event.
the event name
Optional
callback: EventMap[K]Listens to an internal event or events.
the event name
the callback function to register
Generated using TypeDoc
The constructor function that provides interface for internal and native events.