makeDroppable()
makeDroppable<
T>(e,options?):void
Defined in: js-api/ui.ts:800
Makes [e] a drop target; see IDragAndDropOptions for the callbacks.
Type Parameters
| Type Parameter | Default type |
|---|---|
T | any |
Parameters
| Parameter | Type |
|---|---|
e | Element |
options? | IDragAndDropOptions<T> |
Returns
void