LmnDropAreaDirective
Decorators: |
|
Generic types: | DRAGGABLE_DATA DROP_AREA_DATA |
Selectors: | [ |
Implements: |
|
No documentation has been provided.
Properties
Name | Type | Description |
---|---|---|
data r |
| Data passed through all the drop events. |
disabled r |
| Disable the drop action on this area. |
dragDrop r |
| Emit an event only when the drop operation has been performed. If the drop area is disabled, or the drop operation is not allowed on the specific drop area, no event is fired. |
dragEnd r |
| Emit an event when the drag and drop operation has completed, successfully or not. |
dragEnter r |
| Emit an event every time the cursor enter is a drop area. If the drop area is disabled, no event is fired. |
dragLeave r |
| Emit an event every time the cursor leave a drop area. If the drop area is disabled, no event is fired. |
dragOver r |
| Emit an event every few hundred millisecond if the cursor is in a drop area. If the drop area is disabled, no event is fired. |
id r |
| The id of the drop area. |