Skip to content
Sheetwrite

Sheetwrite / Documentation

CellEditorRect@sheetwrite/core

Viewport-relative geometry of the cell currently owned by an editor.

Viewport-relative geometry of the cell currently owned by an editor.

Members 4

x
readonly x: number;
y
readonly y: number;
width
readonly width: number;
height
readonly height: number;

Declaration

View full TypeScript declaration
export interface CellEditorRect {
readonly x: number;
readonly y: number;
readonly width: number;
readonly height: number;
}