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

Function mount

src/js/components/Move/Move.ts:65–68  ·  view source on GitHub ↗

* Called when the component is mounted.

()

Source from the content-addressed store, hash-verified

63 * Called when the component is mounted.
64 */
65 function mount(): void {
66 Transition = Components.Transition;
67 on( [ EVENT_MOUNTED, EVENT_RESIZED, EVENT_UPDATED, EVENT_REFRESH ], reposition );
68 }
69
70 /**
71 * Repositions the slider.

Callers

nothing calls this directly

Calls 1

onFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…