Skip to content

TableSelectionBounds

Unofficial

Bounds of a rectangular cell selection within a table.

Import:

import type { TableSelectionBounds } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface TableSelectionBounds

Properties

PropertyTypeDescription
maxColnumberHighest column index in the selection.
maxRownumberHighest row index in the selection.
minColnumberLowest column index in the selection.
minRownumberLowest row index in the selection.

Links to this page: