Docs (4.0.0)
class ViewComposite method

requestFocus

Requests input focus on the contained view object.

requestFocus(): this

Notes

  • This method should be overridden if input focus should be requested on another element within the view.

Related