MCPcopy Index your code
hub / github.com/material-shell/material-shell / togglePanelsVisibilities

Method togglePanelsVisibilities

src/layout/main.ts:284–288  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

282 }
283
284 togglePanelsVisibilities(): void {
285 this.panelsVisible = !this.panelsVisible;
286 Me.stateManager.setState('panels-visible', this.panelsVisible);
287 this.updatePanelVisibilities();
288 }
289
290 updatePanelVisibilities(): void {
291 [

Callers 1

constructorMethod · 0.80

Calls 2

setStateMethod · 0.80

Tested by

no test coverage detected