TableEditor.containsRange method
TableEditor › containsRange
Unofficial
Check whether a document range lies within the table.Signature:
containsRange(from: number, to: number): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| from | number | Start offset of the range. |
| to | number | End offset of the range. |
Returns: boolean — Whether the range lies within the table.