MCPcopy Create free account
hub / github.com/angularcafe/slateui / toggleMenu

Method toggleMenu

projects/docs/src/app/pages/docs/docs.ts:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56
57 // Enhanced menu toggle with proper accessibility
58 toggleMenu(): void {
59 this.menuOpen.update(open => !open);
60 }
61
62 // Close menu programmatically
63 closeMenu(): void {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected