MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / $onMounted

Method $onMounted

frontend/src/tools/sandbox.ts:22–24  ·  view source on GitHub ↗
(callback: Function)

Source from the content-addressed store, hash-verified

20 }
21
22 public $onMounted(callback: Function) {
23 this._addCallback("onMounted", callback);
24 }
25
26 public $onUnmounted(callback: Function) {
27 this._addCallback("onUnmounted", callback);

Callers

nothing calls this directly

Calls 1

_addCallbackMethod · 0.95

Tested by

no test coverage detected