Type Alias ResizableLayoutPropertiesUpdate
ResizableLayoutPropertiesUpdate: {
enabled?: { value: boolean } | null;
maxHeight?: { value: string | null } | null;
maxWidth?: { value: string | null } | null;
minHeight?: { value: string | null } | null;
minWidth?: { value: string | null } | null;
}
Type declaration
Optional
enabled?: { value: boolean } | null
Optional
maxHeight?: { value: string | null } | null
Optional
maxWidth?: { value: string | null } | null
Optional
minHeight?: { value: string | null } | null
Optional
minWidth?: { value: string | null } | null