Expand description
A widget, that handles keyboard navigation on its descendant widgets using Tab key. See NavigationLayer
docs for more info and usage examples.
Structsยง
- Navigation
Layer - A widget, that handles keyboard navigation on its descendant widgets using Tab key. It should be used as a root widget for an hierarchy, that should support Tab key navigation:
- Navigation
Layer Builder - Navigation layer builder creates new
NavigationLayerwidget instances and adds them to the user interface.