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: website/docs/design/return-object.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -45,4 +45,4 @@ This Hook returns an object of the following shape:
45
45
-**ref:** A React ref applied to each menu item, used to manage focus.
46
46
-**isOpen:** A boolean value indicating if the menu is open or closed. The developer should use this value to make the menu visible or not.
47
47
-**setIsOpen:** A function useful for allowing the developer to programmatically open/close the menu.
48
-
-**moveFocus:** A function that changes internal pointer of currently focused element. This is useful when you want to allow seamless switching between keyboard and mouse use.
48
+
-**moveFocus:** A function that moves the browser’s focus to the specified item index.
0 commit comments