Docs (4.0.0)
class UIComponent method

requestFocus

Requests input focus on this component.

requestFocus(): this

Notes

  • This method emits an event, which is handled by the renderer if and when possible.

Related