MCPcopy
hub / github.com/Splidejs/splide / mount

Function mount

src/js/components/Keyboard/Keyboard.ts:55–60  ·  view source on GitHub ↗

* Called when the component is mounted.

()

Source from the content-addressed store, hash-verified

53 * Called when the component is mounted.
54 */
55 function mount(): void {
56 init();
57 on( EVENT_UPDATED, destroy );
58 on( EVENT_UPDATED, init );
59 on( EVENT_MOVE, onMove );
60 }
61
62 /**
63 * Initializes the component.

Callers

nothing calls this directly

Calls 2

onFunction · 0.85
initFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…