Skip to main content
Version: 1.2.0

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)

nestedboolean

If this option is enabled on a Conveyer placed inside an egjs component that has the same scroll direction including the Conveyer itself. The parent component moves in the same direction after the Conveyer reaches the first/last scroll position.