UIFocusRequestEvent

class UIFocusRequestEvent

extends ManagedEvent

Event that is emitted on a particular UI component when it requests focus for itself or a sibling component; handled by the component renderer if possible. Instances should not be reused or re-emitted.

Note: This event is emitted by the UIComponent.requestFocus method, and should not be emitted directly by the application.

Constructor

<TSource extends UIComponent>(source: TSource, direction?: UIFocusRequestType): UIFocusRequestEvent<TSource>

.source

TSource

Event source UI component.

.direction

UIFocusRequestType

Focus direction.

.name

string

Inherited from ManagedEvent.name.

.freeze()

(): Readonly<this>

Inherited from ManagedEvent.freeze.