LmnDragEndEvent
Generic types: | T S |
A drag end event.
Presentation
type LmnDragEndEvent = Prettify <
Omit<LmnDropAreaEvent <T, S>, "previewWrapper"> & {
/** Notify if the drag and drop has completed successfully. */
success: boolean;
}
>;