Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ionic-team/ionic-framework
/ open
Method
open
core/src/components/menu/menu.tsx:375–377 ·
view source on GitHub ↗
(animated = true)
Source
from the content-addressed store, hash-verified
373
*/
374
@Method()
375
open(animated = true): Promise<boolean> {
376
return this.setOpen(true, animated);
377
}
378
379
/**
380
* Closes the menu. If the menu is already closed or it can't be closed,
Callers
nothing calls this directly
Calls
1
setOpen
Method · 0.95
Tested by
no test coverage detected