TableEditor.getSelectedCell method
TableEditor › getSelectedCell
Unofficial
Get the single cell that fully contains every range of the selection.Signature:
getSelectedCell(selection: EditorSelection): null | TableCellParameters:
| Parameter | Type | Description |
|---|---|---|
| selection | EditorSelection | The selection to resolve, relative to the start of the table. |
Returns: null | TableCell — The cell containing the selection, or null if it spans more than one cell.