MCPcopy Create free account
hub / github.com/ionic-team/ionic-framework / isActive

Method isActive

core/src/components/menu/menu.tsx:362–364  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

360 */
361 @Method()
362 isActive(): Promise<boolean> {
363 return Promise.resolve(this._isActive());
364 }
365
366 /**
367 * Opens the menu. If the menu is already open or it can't be opened,

Callers

nothing calls this directly

Calls 1

_isActiveMethod · 0.95

Tested by

no test coverage detected