Skip to content

TableEditor.containedBySelection method

TableEditor › containedBySelection

Unofficial

Check whether the selection fully encloses the table.

Signature:

containedBySelection(selection: EditorSelection): boolean

Parameters:

ParameterTypeDescription
selectionEditorSelectionThe selection to test.

Returns: booleanWhether any range of the selection contains the whole table.