You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ The `SpatialNavigationNode` component receives the following props:
51
51
|`onFocus`|`function`|`undefined`| Callback function to be called when the node gains focus. |
52
52
|`onBlur`|`function`|`undefined`| Callback function to be called when the node loses focus. |
53
53
|`onSelect`|`function`|`undefined`| Callback function to be called when the node is selected. |
54
+
|`onLongSelect`|`function`|`onSelect`| Callback function to be called when the node is selected with long key press. |
54
55
|`onActive`|`function`|`undefined`| Callback function to be called when the node is made active by either itself or one of its descendants gaining focus. |
55
56
|`onInactive`|`function`|`undefined`| Callback function to be called when the node was active and due to an updated focus, is no longer active. |
56
57
|`orientation`|`'vertical' \| 'horizontal`|`'vertical'`| Determines the orientation of the node. |
0 commit comments