The constructor function that provides interface for internal and native events.

Hierarchy

  • EventManager

Constructors

Properties

Methods

Constructors

Properties

binder: EventBinder

The event binder object.

target: EventTarget

The document fragment for internal events. Usually is provided by the holder, which is the TopicCarousel instance.

Methods

  • Triggers callback functions. This accepts additional arguments and passes them to callbacks.

    Type Parameters

    Type Parameters

    Parameters

    • event: K

      the event name

    • Rest ...args: Parameters<EventMap[K]>

      the arguments to pass to callbacks

    Returns void

Generated using TypeDoc