DragManager.setAction method
DragManager › setAction
Unofficial
Set the current drop action label.Signature:
setAction(action: string | null): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| action | string | null | Action label text, or null to clear. |
Returns: void