LmnDragEnterEvent
Generic types: | T S |
A drag enter event.
Presentation
type LmnDragEnterEvent = Prettify <
LmnDropAreaEvent <T, S> & {
/** Disable the drop for the current drop area. If drop area is disabled, it’s not used. */
disableDrop: () => void;
}
>;