RevoGrid Documentation v4.14.10 / 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:96 |
left | string | src/types/selection.ts:93 |
top | string | src/types/selection.ts:94 |
width | string | src/types/selection.ts:95 |