requestFocusPrevious()
Requests input focus for the previous sibling element.
requestFocusPrevious(): 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.
