| DropInputMode (string, ) | in
DropInputMode | Initializes a new instance of the DropInputMode class for the given data type. |
| ItemDropInputMode (string, ) | in
ItemDropInputMode | Initializes a new instance of the ItemDropInputMode<T> class for the given data type. |
| LabelDropInputMode (string, ) | in
LabelDropInputMode | Initializes a new instance of the LabelDropInputMode class for the given data type. |
| startDrag (HTMLElement | SVGElement, ILabel, DragDropEffects?, boolean?, HTMLElement | SVGElement?) | in
LabelDropInputMode | Starts a drag and drop operation for a ILabel. |
| NodeDropInputMode (string, ) | in
NodeDropInputMode | Initializes a new instance of the NodeDropInputMode class for the given data type. |
| startDrag (HTMLElement | SVGElement, INode, DragDropEffects?, boolean?, HTMLElement | SVGElement?) | in
NodeDropInputMode | Starts a drag and drop operation for a INode. |
| PortDropInputMode (string, ) | in
PortDropInputMode | Initializes a new instance of the PortDropInputMode class for the given data type. |
| startDrag (HTMLElement | SVGElement, IPort, DragDropEffects?, boolean?, HTMLElement | SVGElement?) | in
PortDropInputMode | Starts a drag and drop operation for a IPort. |
| StripeDropInputMode (string, ) | in
StripeDropInputMode | Initializes a new instance of the StripeDropInputMode class for the given data type. |
| startDrag (HTMLElement | SVGElement, IStripe, DragDropEffects?, boolean?, HTMLElement | SVGElement?) | in
StripeDropInputMode | Starts a drag and drop operation for an IStripe. |
| from (DragDropEffects) | in
DragDropEffects | Converts the given argument to an enum constant of this enum type. |
| getName (DragDropEffects) | in
DragDropEffects | Returns the name of the given enum constant. |
| startDrag (DragDropItem, DragDropEffects?, boolean?, HTMLElement | SVGElement?) | in
DragSource | Initiates a new drag operation using the provided drag data and effects. |