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.
Optional
The element that will be draggable. This can be a CSS selector, an HTML element, or the window.
'#v-dragger' Copy
'#v-dragger'
If need to prevent default events
true Copy
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.