DragRefConfig
interface
Object that can be used to configure the behavior of DragRef.
dragStartThreshold
numberMinimum amount of pixels that the user should drag, before the CDK initiates a drag sequence.
pointerDirectionChangeThreshold
numberAmount the pixels the user should drag before the CDK considers them to have changed the drag direction.
zIndex
number | undefinedz-index for the absolutely-positioned elements that are created by the drag item.
parentDragRef
DragRef<any> | undefinedRef that the current drag item is nested in.
Jump to details