TableEditor.copySelection method
TableEditor › copySelection
Unofficial
Copy the current cell selection to the clipboard, optionally cutting.Signature:
copySelection(event: ClipboardEvent, cut: boolean): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| event | ClipboardEvent | The clipboard event. |
| cut | boolean | Whether to cut (remove) the selected content. |
Returns: void