Optional
__fixOptional
containerThe element that will be draggable. This can be a CSS selector, an HTML element, or the window.
'#v-dragger'
Optional
minThe minimum length (in pixels) required for a swipe to be considered valid and trigger direction events. If the drag distance is less than this value, no directional callback will be triggered.
75
Optional
preventIf need to prevent default events
true
Static properties for a component. These properties remain constant throughout the lifecycle of the component. This interface extends IStaticProps, inheriting the static properties defined for modules.