( destination: number, duration?: number, snap?: boolean, callback?: AnyFunction )
| 15 | export 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; |
| 20 | getEnd(): number; |
no outgoing calls
no test coverage detected