MCPcopy
hub / github.com/liriliri/eruda / init

Method init

eruda.d.ts:76–76  ·  view source on GitHub ↗

* Called when plugin is added, and a document element used to display content is passed in. * The element is wrapped as a jQuery like object, provided by the licia utility library.

(el: unknown)

Source from the content-addressed store, hash-verified

74 * The element is wrapped as a jQuery like object, provided by the licia utility library.
75 */
76 init(el: unknown): void
77 /**
78 * Called when switch to the panel. Usually all you need to do is to show the container element.
79 */

Callers 12

init.jsFile · 0.65
eruda.jsFile · 0.65
bootFunction · 0.65
initMethod · 0.65
initMethod · 0.65
initMethod · 0.65
initMethod · 0.65
initMethod · 0.65
initMethod · 0.65
addMethod · 0.65
initMethod · 0.65
initMethod · 0.65

Implementers 2

Resourcessrc/Resources/Resources.js
Elementssrc/Elements/Elements.js

Calls

no outgoing calls

Tested by

no test coverage detected