mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 22:17:40 +08:00
refactor(): deprecate web component controllers (#19109)
This commit is contained in:
2
core/src/components.d.ts
vendored
2
core/src/components.d.ts
vendored
@ -31,7 +31,6 @@ import {
|
||||
ItemReorderEventDetail,
|
||||
LoadingOptions,
|
||||
MenuChangeEventDetail,
|
||||
MenuControllerI,
|
||||
MenuI,
|
||||
ModalOptions,
|
||||
NavComponent,
|
||||
@ -1378,7 +1377,6 @@ export namespace Components {
|
||||
'type': 'submit' | 'reset' | 'button';
|
||||
}
|
||||
interface IonMenuController {
|
||||
'_getInstance': () => Promise<MenuControllerI>;
|
||||
/**
|
||||
* Close the menu. If a menu is specified, it will close that menu. If no menu is specified, then it will close any menu that is open. If it does not find any open menus, it will return `false`.
|
||||
* @param menu The menuId or side of the menu to close.
|
||||
|
Reference in New Issue
Block a user