MCPcopy Create free account
hub / github.com/Monogatari/Monogatari / hideScreens

Method hideScreens

src/monogatari.ts:2108–2110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2106 }
2107
2108 static hideScreens (): void {
2109 return _hideScreens(this.asEngine());
2110 }
2111
2112 static resize (_element: unknown, proportionWidth: number, proportionHeight: number): void {
2113 return _resize(this.asEngine(), _element, proportionWidth, proportionHeight);

Callers 2

willApplyMethod · 0.80
loadFromSlotFunction · 0.80

Calls 1

asEngineMethod · 0.95

Tested by

no test coverage detected