src/dnd.directive.ts
Allows you to connect a DropTarget to an element in a component template.
Selector | [dropTarget] |
Inputs |
Accessors |
dropTarget |
Type : DropTarget
|
Which target to connect the DOM to |
dropTargetType |
Reduce typo confusion by allowing non-plural version of dropTargetTypes |
dropTargetTypes |
Type : TypeOrTypeArray
|
Shortcut for setting a type on the connection. Lets you use Angular binding to do it. Runs DropTarget. |
dropTargetType | ||||
setdropTargetType(t)
|
||||
Reduce typo confusion by allowing non-plural version of dropTargetTypes
Parameters :
Returns :
void
|