NavigationOptions
Represents the Navigation options object.
Name | Type | Default | Description |
---|---|---|---|
focusClass? |
|
Sets a class to the current focused element. | |
focusOptions? |
|
Sets the options of the focus methods that is used. Defaults to | |
keyboardEvents? |
|
Sets the keyboard events handlers. | |
mouseEvents? |
|
Sets the mouse events handlers. | |
root |
|
Sets the root DOM element used by the Navigation. | |
rovingTabIndex? |
|
Configures if the roving tabIndex technique will be used in the Navigation. Defaults to | |
selectors |
|
Sets the CSS selectors used by the Navigation. The navigation DOM elements will be queried using the selectors. Make sure their order matches the navigating order. | |
tabIndex |
|
Sets the tabIndex used by the Navigation. |