@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
Name | Type | Defined 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 |
fitParent | boolean | src/components/header/resizable.directive.tsx:3 |
maxHeight | number | src/components/header/resizable.directive.tsx:9 |
maxWidth | number | src/components/header/resizable.directive.tsx:8 |
minHeight | number | src/components/header/resizable.directive.tsx:5 |
minWidth | number | src/components/header/resizable.directive.tsx:4 |
onResize | void | src/components/header/resizable.directive.tsx:11 |