requestFocusNext()
Requests input focus for the next sibling element.
requestFocusNext(): void;
Notes
- This method emits an event, which is handled by the renderer if and when possible.
Related
class UIElement abstract
The base class for built-in UI view elements.
