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 c42db79 commit 406b804Copy full SHA for 406b804
core/src/components/menu/menu.tsx
@@ -378,7 +378,7 @@ export class Menu implements ComponentInterface, MenuI {
378
* Closes the menu. If the menu is already closed or it can't be closed,
379
* it returns `false`.
380
*
381
- * @param animated If `true`, close the menu with animation. Defaults to `true`.
+ * @param animated If `true`, the menu will animate when closing. If `false`, the menu will close instantly without animation. Defaults to `true`.
382
* @param role The role of the element that is closing the menu.
383
* This can be useful in a button handler for determining which button was
384
* clicked to close the menu. Some examples include:
0 commit comments