LmnDropAreaEvent
Generic types: | DRAGGABLE_DATA DROP_AREA_DATA |
A drop area event.
Presentation
type LmnDropAreaEvent = LmnDragDropEvent <DRAGGABLE_DATA, DROP_AREA_DATA> & {
/** The ref of the drop area. */
dropArea: LmnDropAreaRef <DRAGGABLE_DATA, DROP_AREA_DATA>;
/** The DOM Element containing the preview, which is a copy of the draggable element or a custom preview LmnDragPreview. (Multiple previews will be present as children of this element if grouped drag and drop) */
previewWrapper: HTMLElement;
};