requestFocus()
Requests input focus on this element.
requestFocus(): 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.
Requests input focus on this element.
requestFocus(): void;