Skip to content

TableEditor.copySelection method

TableEditor › copySelection

Unofficial

Copy the current cell selection to the clipboard, optionally cutting.

Signature:

copySelection(event: ClipboardEvent, cut: boolean): void

Parameters:

ParameterTypeDescription
eventClipboardEventThe clipboard event.
cutbooleanWhether to cut (remove) the selected content.

Returns: void