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:51
flexShrink?
Section titled “flexShrink?”
optionalflexShrink?:number
Defined in: ui/core/compose.ts:52
height?
Section titled “height?”
optionalheight?:Dimension
Defined in: ui/core/compose.ts:46
insetBottom?
Section titled “insetBottom?”
optionalinsetBottom?:Dimension
Defined in: ui/core/compose.ts:50
insetLeft?
Section titled “insetLeft?”
optionalinsetLeft?:Dimension
Defined in: ui/core/compose.ts:47
insetRight?
Section titled “insetRight?”
optionalinsetRight?:Dimension
Defined in: ui/core/compose.ts:49
insetTop?
Section titled “insetTop?”
optionalinsetTop?:Dimension
Defined in: ui/core/compose.ts:48
marginBottom?
Section titled “marginBottom?”
optionalmarginBottom?:Dimension
Defined in: ui/core/compose.ts:56
marginLeft?
Section titled “marginLeft?”
optionalmarginLeft?:Dimension
Defined in: ui/core/compose.ts:53
marginRight?
Section titled “marginRight?”
optionalmarginRight?:Dimension
Defined in: ui/core/compose.ts:55
marginTop?
Section titled “marginTop?”
optionalmarginTop?:Dimension
Defined in: ui/core/compose.ts:54
opacity?
Section titled “opacity?”
optionalopacity?:number
Defined in: ui/core/compose.ts:42
Subtree opacity (CSS opacity), multiplied down the tree.
pointerEvents?
Section titled “pointerEvents?”
optionalpointerEvents?:number
Defined in: ui/core/compose.ts:44
UIPointerEvents: None makes this node and its subtree click-through.
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:45