Skip to content

RevoGrid Documentation v4.12.4 / RangeAreaCss

Type Alias: RangeAreaCss

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

Type declaration

NameTypeDefined in
heightstringsrc/types/selection.ts:92
leftstringsrc/types/selection.ts:89
topstringsrc/types/selection.ts:90
widthstringsrc/types/selection.ts:91

Defined in

src/types/selection.ts:88