TableSelectionBounds
Unofficial
Bounds of a rectangular cell selection within a table.
Import:
import type { TableSelectionBounds } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface TableSelectionBoundsProperties
| Property | Type | Description | |
|---|---|---|---|
| maxCol | number | Highest column index in the selection. | |
| maxRow | number | Highest row index in the selection. | |
| minCol | number | Lowest column index in the selection. | |
| minRow | number | Lowest row index in the selection. |
Links to this page: