Skip to content

TableEditor.containsSelection method

TableEditor › containsSelection

Unofficial

Check whether every range of the selection lies within the table.

Signature:

containsSelection(selection: EditorSelection): boolean

Parameters:

ParameterTypeDescription
selectionEditorSelectionThe selection to test.

Returns: booleanWhether the table contains the selection.