enum
SelectBehavior
Defines the behavior of an element when it's selected.
Fields
Name | Description |
---|---|
Click | Treat Select events as click events. |
FireEvents | Push the selected element onto the selection stack and convert subsequent navigation move input into corresponding directed input events until the element is deselected. |
ScopeNavigation | Push the selected element onto the selection stack and scope subsequent navigation events to this element's descendant hierarchy until it's deselected. |