Type Alias ResizableLayoutPropertiesUpdate
ResizableLayoutPropertiesUpdate: { aspectRange?: { value: LayoutAspectRange | null } | null; constraintMode?: { value: ConstraintMode | null } | null; 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
aspectRange?: { value: LayoutAspectRange | null } | null
Optional
constraintMode?: { value: ConstraintMode | null } | null
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