Readonly
focusThe focus type of this event. Can be null.
If null, this event cannot be focused, since events are focused by their FocusType as a group.
Readonly
needsCan this event be dispatched without a target?
A working value; has the widget that this event is relative to been reached?
If false, then the Root should be searched until relativeTo is reached, then, set this to true. If true, then the next visited widget that has a tabFocusable value of true will be focused.
Note that if relativeTo is null, then this will be true by default.
Readonly
relativeThe widget that the tab selected will be done relative to.
Readonly
reversedIs this event dispatched in reverse-order?
Readonly
targetThe target of this event. Can be null
Static
targetGenerated using TypeDoc
A tab selection Event. Dispatched when tab is pressed and either the keyboard-focused widget doesn't capture the event, or when manually dispatched.
Has no focus type and does not need focus. Cannot be targetted.
For internal use only. Do not use this event unless you know what you're doing.