Custom attribute that allows you to handle custom content or contentlist drag events on your HTML element. Usage example:
<div class="my-draggable-contentlist-element" content-drag.bind="[draggableContent1, draggableContent2]"></div>
The defined content array should contain Content items with a valid Stringify() method. This attribute will stop the event propagation for drag & drop events, so it can be nested.
Generated using TypeDoc
Custom attribute that allows you to handle custom content or contentlist drag events on your HTML element. Usage example:
<div class="my-draggable-contentlist-element" content-drag.bind="[draggableContent1, draggableContent2]"></div>
The defined content array should contain Content items with a valid Stringify() method. This attribute will stop the event propagation for drag & drop events, so it can be nested.