Skip to content

TableEditor.pasteSelection method

TableEditor › pasteSelection

Unofficial

Paste clipboard content into the current cell selection.

Signature:

pasteSelection(event: ClipboardEvent): void

Parameters:

ParameterTypeDescription
eventClipboardEventThe clipboard event.

Returns: void