MCPcopy Index your code
hub / github.com/Splidejs/splide / go

Method go

src/js/components/Controller/Controller.ts:16–16  ·  view source on GitHub ↗
( control: number | string, allowSameIndex?: boolean, callback?: AnyFunction )

Source from the content-addressed store, hash-verified

14 */
15export interface ControllerComponent extends BaseComponent {
16 go( control: number | string, allowSameIndex?: boolean, callback?: AnyFunction ): void;
17 scroll( destination: number, duration?: number, snap?: boolean, callback?: AnyFunction ): void;
18 getNext( destination?: boolean ): number;
19 getPrev( destination?: boolean ): number;

Callers 15

nearby.test.tsFile · 0.65
goFunction · 0.65
slide.test.tsFile · 0.65
loop.test.tsFile · 0.65
general.test.tsFile · 0.65
moveFunction · 0.65
slide.test.tsFile · 0.65
rewind.test.tsFile · 0.65
loop.test.tsFile · 0.65
slide.test.tsFile · 0.65
general.test.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected