Skip to content

RevoGrid Documentation v4.23.3 / RangeAreaCss

Type Alias: RangeAreaCss

ts
type RangeAreaCss: {
  height: string;
  left: string;
  top: string;
  width: string;
};

Type declaration

NameTypeDefined in
heightstringsrc/types/selection.ts:111
leftstringsrc/types/selection.ts:108
topstringsrc/types/selection.ts:109
widthstringsrc/types/selection.ts:110

Defined in

src/types/selection.ts:107