EventDispatchInfo

class EventDispatchInfo(var hasEventDispatcher: HasEventDispatcher? = null, var componentContext: ComponentContext? = null)

Holds onto the mutable data used to dispatch an event. This data is kept up-to-date with the latest version of the owning component or section by EventHandlersController.

Constructors

Link copied to clipboard
constructor(hasEventDispatcher: HasEventDispatcher? = null, componentContext: ComponentContext? = null)

Properties

Link copied to clipboard

These should only be null for manually created EventHandlers (i.e. not create by the *::newEventHandler() API)

Link copied to clipboard
Link copied to clipboard