MCPcopy Index your code
hub / github.com/WebReflection/wicked-elements / init

Method init

index.d.ts:7–7  ·  view source on GitHub ↗

* Always triggered once per node => definition, like a `constructor`. * Ideal to setup anything as a one off operation. * `this.element` will point at the node handled by this instance.

()

Source from the content-addressed store, hash-verified

5 * `this.element` will point at the node handled by this instance.
6 */
7 init?(): void;
8
9 /**
10 * Triggered once the node is live.

Callers 5

min.jsFile · 0.80
handleFunction · 0.80
setFunction · 0.80
setFunction · 0.80
setFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected