Navigator class
Class responsible for determining where focus should move in response to keyboard navigation commands.
Signature:
export declare class Navigator
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
| RuleList<any> | Map from classes to a corresponding ruleset to handle navigation from instances of that class. |
Methods
Method | Modifiers | Description |
|---|---|---|
Adds a navigation ruleset to this Navigator. | ||
Returns the first child of the given object instance, if any. | ||
Returns the next sibling of the given object instance, if any. | ||
Returns the parent of the given object instance, if any. | ||
Returns the previous sibling of the given object instance, if any. |