ScrollSnapSliderOptions: Partial<ScrollSnapSlider> & {
    element: HTMLElement;
}

All options have sensitive defaults. The only required option is the element.

Type declaration

  • element: HTMLElement

Generated using TypeDoc