TableEditor.containsSelection method
TableEditor › containsSelection
Unofficial
Check whether every range of the selection lies within the table.Signature:
containsSelection(selection: EditorSelection): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| selection | EditorSelection | The selection to test. |
Returns: boolean — Whether the table contains the selection.