Options: {
    className?: string;
    enabled?: boolean;
    tagName?: string;
}

The options for the mask and scrollbar features.

Type declaration

  • OptionalclassName?: string

    The class name of the mask element that will wrap the carousel element.

    'caroucssel-mask'

  • Optionalenabled?: boolean

    Enables/disables the rendering of the mask to hide (enabled) or show (disabled) the browsers scrollbars.

    true

  • OptionaltagName?: string

    The tag name of the mask element that will wrap the carousel element.

    'div'