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

Method alert

src/monogatari.ts:1823–1825  ·  view source on GitHub ↗
(id: string, options: Record<string, unknown>)

Source from the content-addressed store, hash-verified

1821 }
1822
1823 static alert (id: string, options: Record<string, unknown>): void {
1824 return _showAlert(this.asEngine(), id, options);
1825 }
1826
1827 static dismissAlert (id: string | null = null): void {
1828 return _dismissAlert(this.asEngine(), id);

Callers 6

bindMethod · 0.95
initMethod · 0.95
bindMethod · 0.80
bindMethod · 0.80
desktopMethod · 0.80
didMountMethod · 0.80

Calls 1

asEngineMethod · 0.95

Tested by

no test coverage detected