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

Function mount

src/js/components/Controller/Controller.ts:88–92  ·  view source on GitHub ↗

* Called when the component is mounted.

()

Source from the content-addressed store, hash-verified

86 * Called when the component is mounted.
87 */
88 function mount(): void {
89 init();
90 on( [ EVENT_UPDATED, EVENT_REFRESH, EVENT_END_INDEX_CHANGED ], init );
91 on( EVENT_RESIZED, onResized );
92 }
93
94 /**
95 * Initializes some parameters.

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…