Docs (4.0.0)
class UIComponent method

requestFocusNext

Requests input focus for the next sibling component.

requestFocusNext(): this

Notes

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

Related