MCPcopy
hub / github.com/anthonyshort/deku / mount

Method mount

docs/deku.d.ts:95–95  ·  view source on GitHub ↗

Change the virtual element currently mounted

(vnode: VirtualNode<P, S>)

Source from the content-addressed store, hash-verified

93
94 /** Change the virtual element currently mounted */
95 mount<P, S>(vnode: VirtualNode<P, S>): void;
96
97 /** Use a plugin */
98 use(fn: (app: Application) => any): void;

Callers 4

index.jsFile · 0.80
renderFunction · 0.80
index.jsFile · 0.80
index.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected