RevoGrid Documentation v4.23.3 / RangeAreaCss
Type Alias: RangeAreaCss
ts
type RangeAreaCss: {
height: string;
left: string;
top: string;
width: string;
};Type declaration
| Name | Type | Defined in |
|---|---|---|
height | string | src/types/selection.ts:111 |
left | string | src/types/selection.ts:108 |
top | string | src/types/selection.ts:109 |
width | string | src/types/selection.ts:110 |