We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7403acf commit 5328e70Copy full SHA for 5328e70
core/src/components/menu/menu.tsx
@@ -404,7 +404,7 @@ export class Menu implements ComponentInterface, MenuI {
404
* Opens or closes the menu.
405
* If the operation can't be completed successfully, it returns `false`.
406
*
407
- * @param shouldOpen If `true`, attempt to open the menu.
+ * @param shouldOpen If `true`, the menu will open. If `false`, the menu will close.
408
* @param animated If `true`, open or close the menu with animation. Defaults to `true`.
409
* @param role The role of the element that is closing the menu.
410
*/
0 commit comments