UINodeInit
Defined in: ui/core/compose.ts:36
Properties
Section titled “Properties”
optionalfill?:boolean
Defined in: ui/core/compose.ts:38
Stretch to fill the parent (absolute + inset 0 on all edges).
flexGrow?
Section titled “flexGrow?”
optionalflexGrow?:number
Defined in: ui/core/compose.ts:47
flexShrink?
Section titled “flexShrink?”
optionalflexShrink?:number
Defined in: ui/core/compose.ts:48
height?
Section titled “height?”
optionalheight?:Dimension
Defined in: ui/core/compose.ts:42
insetBottom?
Section titled “insetBottom?”
optionalinsetBottom?:Dimension
Defined in: ui/core/compose.ts:46
insetLeft?
Section titled “insetLeft?”
optionalinsetLeft?:Dimension
Defined in: ui/core/compose.ts:43
insetRight?
Section titled “insetRight?”
optionalinsetRight?:Dimension
Defined in: ui/core/compose.ts:45
insetTop?
Section titled “insetTop?”
optionalinsetTop?:Dimension
Defined in: ui/core/compose.ts:44
marginBottom?
Section titled “marginBottom?”
optionalmarginBottom?:Dimension
Defined in: ui/core/compose.ts:52
marginLeft?
Section titled “marginLeft?”
optionalmarginLeft?:Dimension
Defined in: ui/core/compose.ts:49
marginRight?
Section titled “marginRight?”
optionalmarginRight?:Dimension
Defined in: ui/core/compose.ts:51
marginTop?
Section titled “marginTop?”
optionalmarginTop?:Dimension
Defined in: ui/core/compose.ts:50
position?
Section titled “position?”
optionalposition?:number
Defined in: ui/core/compose.ts:40
UIPositionType: Relative (flex flow) or Absolute (placed by inset).
width?
Section titled “width?”
optionalwidth?:Dimension
Defined in: ui/core/compose.ts:41