FocusOnPressEnums
¶
Focus behavior on node press.
None¶ | Does nothing. |
Node¶ | Tries to set focus to the node that the user pressed and if that fails, does nothing. |
NodeOrAncestor¶ | Tries to set focus to the node that the user pressed and if that fails, sets focus to the nearest focusable ancestor of that node. |
NodeOrOverlay¶ | Tries to set focus to the node that the user pressed and if that fails, sets focus to the overlay scope that contains the node. |