Skip to content

@revolist/revogrid / ResizeProps

Type Alias: ResizeProps

ts
type ResizeProps: {
  active: (
     | "r"
     | "rb"
     | "b"
     | "lb"
     | "l"
     | "lt"
     | "t"
     | "rt")[];
  disableAttributes: ("l" | "t" | "w" | "h")[];
  fitParent: boolean;
  maxHeight: number;
  maxWidth: number;
  minHeight: number;
  minWidth: number;
  onResize: void;
};

Type declaration

NameTypeDefined in
active( | "r" | "rb" | "b" | "lb" | "l" | "lt" | "t" | "rt")[]src/components/header/resizable.directive.tsx:2
disableAttributes("l" | "t" | "w" | "h")[]src/components/header/resizable.directive.tsx:7
fitParentbooleansrc/components/header/resizable.directive.tsx:3
maxHeightnumbersrc/components/header/resizable.directive.tsx:9
maxWidthnumbersrc/components/header/resizable.directive.tsx:8
minHeightnumbersrc/components/header/resizable.directive.tsx:5
minWidthnumbersrc/components/header/resizable.directive.tsx:4
onResizevoidsrc/components/header/resizable.directive.tsx:11

Defined in

src/components/header/resizable.directive.tsx:1

Revogrid is a MIT-licensed open source library made by Revolist OU.