type Position
Options for component positioning within their parent component(s).
static
type Position = {
gravity?: "start" | "end" | "center" | "stretch" | "baseline" | "overlay" | "cover" | "auto" | "";
top?: string | number;
bottom?: string | number;
left?: string | number;
right?: string | number;
start?: string | number;
end?: string | number;
}Related
- class UIComponent abstractBase class for built-in UI components.
- positionOptions related to the position of this component.
