type DimensionsStyleType
Options for component dimensions.
static
type DimensionsStyleType = {
width?: string | number;
height?: string | number;
minWidth?: string | number;
maxWidth?: string | number;
minHeight?: string | number;
maxHeight?: string | number;
grow?: number;
shrink?: number;
}Related
- class UIComponent abstractBase class for built-in UI components.
- class UIStyleA class that defines a set of styles that can be applied to UI components.
