Component Event
A ComponentEvent is a component-specific event which only happens in the context of Components (not for plain TileGrids and Screens. A ComponentEvent can be originated from other UIEvents like KeyboardEvent and MouseEvent or it can also come from programmatic sources (like Component.requestFocus).
ComponentEvents don't have UIEventPhases, but handlers can influence the ComponentEvent processing by returning PreventDefault or StopPropagation.
Constructors
ComponentEvent
Link copied to clipboard
Functions
Properties
type
Link copied to clipboard
The type of the ComponentEvent.
Sources
(source)
Link copied to clipboard