Readonly
containerOptional
onIf overwritten, allows to implement custom action behavior. Per default, the internal handler will still be
executed. To prevent execution of the default action handler, call preventDefault()
;
Optional
onIf overwritten, allows to implement custom navigation behavior. Per default, the internal handler will still be
executed. To prevent execution of the default navigation handler, call preventDefault()
;
Used as part of spatial navigation. Groups together different components to which you can navigate to, in a single navigation group.
Responsible for finding elements in direction on navigation and for tracking active element inside the group. Triggers blur and focus on element when active element is changed, as well as click on element on
Action.SELECT
. Will callhideUi()
on passed in container ifAction.BACK
is called.