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)