@revolist/revogrid / RangeArea
Type Alias: RangeArea
ts
type RangeArea: {
x: ColIndex;
x1: ColIndex;
y: RowIndex;
y1: RowIndex;
};
Type declaration
Name | Type | Defined in |
---|---|---|
x | ColIndex | src/types/selection.ts:47 |
x1 | ColIndex | src/types/selection.ts:49 |
y | RowIndex | src/types/selection.ts:48 |
y1 | RowIndex | src/types/selection.ts:50 |