Interface IChangeableProps

Changeable properties for a component. These properties may change during the component's lifecycle, such as in response to window resizing or user actions. This interface extends IChangeableProps, inheriting the mutable properties defined for modules.

Hierarchy

Properties

__fixHelperChangeableProps?: any
isEnabled?: boolean

Determines if dragging is enabled for the dragger. When set to false, dragging is disabled.

Default

true
threshold?: number

Threshold value in px. If "touch distance" will be lower than this value then dragger move events will not trigger

Default

5