TableEditor.containedBySelection method
TableEditor › containedBySelection
Unofficial
Check whether the selection fully encloses the table.Signature:
containedBySelection(selection: EditorSelection): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| selection | EditorSelection | The selection to test. |
Returns: boolean — Whether any range of the selection contains the whole table.