Skip to main content
Version: 1.0.2

ConveyerOptions

Type: TSInterface

PROPERTYTYPEDESCRIPTION
horizontalboolean

scroll direction. (true: Horizontal Scroll, false: Vertical Scroll) (default: true)

itemSelectorstring

selector to find items inside. (default: "")

useDragboolean

Whether to use drag (default: true)

scrollDebouncenumber

The maximum amount of time the scroll event does not fire for the finishScroll event to be triggered. (default: 100)

preventDefaultboolean

Whether to prevent being selected. (default: true)

preventClickOnDragboolean

Whether to prevent click event when dragging. (default: false)

autoInitboolean

Whether to automatically initialize when an instance is created. If set to false, initialization is possible while calling the init method. (default: true)