Docs (4.0.0)
class UIComponent method

requestFocusPrevious

Requests input focus for the previous sibling component.

requestFocusPrevious(): this

Notes

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

Related