Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angularcafe/slateui
/ closeMenu
Method
closeMenu
projects/docs/src/app/pages/docs/docs.ts:63–65 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
62
// Close menu programmatically
63
closeMenu(): void {
64
this.menuOpen.set(false);
65
}
66
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected