Optional
__fixOptional
containerThe element that will be draggable. This can be a CSS selector, an HTML element, or the window.
'#v-dragger'
Optional
isWhether to use passive event listeners for the drag events. If set to true
, the events will be passive, which can improve performance but prevents the default behavior from being blocked.
false
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.