FlexContainerProps
Defined in: mixins/factory/props.ts:103
Configuration for the Container class.
Extends
Indexable
[key
: string
]: any
Properties
alignItems
alignItems:
"center"
|"flex-start"
|"flex-end"
Defined in: ui/FlexContainer.ts:21
Inherited from
FlexContainerConfig
.alignItems
alpha
alpha:
number
Defined in: mixins/factory/props.ts:33
Inherited from
autoResize
autoResize:
boolean
Defined in: display/Container.ts:15
Inherited from
autoUpdate
autoUpdate:
boolean
Defined in: display/Container.ts:16
Inherited from
bindTo
bindTo:
ContainerLike
Defined in: ui/FlexContainer.ts:16
Inherited from
bindToAppSize
bindToAppSize:
boolean
Defined in: ui/FlexContainer.ts:17
Inherited from
FlexContainerConfig
.bindToAppSize
flexDirection
flexDirection:
"row"
|"column"
Defined in: ui/FlexContainer.ts:20
Inherited from
FlexContainerConfig
.flexDirection
flexWrap
flexWrap:
"wrap"
|"nowrap"
Defined in: ui/FlexContainer.ts:19
Inherited from
gap
gap:
number
Defined in: ui/FlexContainer.ts:18
Inherited from
height
height:
number
Defined in: ui/FlexContainer.ts:15
Inherited from
justifyContent
justifyContent:
"center"
|"flex-start"
|"flex-end"
|"space-between"
|"space-around"
|"space-evenly"
Defined in: ui/FlexContainer.ts:22
Inherited from
FlexContainerConfig
.justifyContent
pivot
pivot:
PointLike
Defined in: mixins/factory/props.ts:29
Inherited from
position
position:
PointLike
Defined in: mixins/factory/props.ts:19
Inherited from
priority
priority:
SignalOrder
Defined in: display/Container.ts:17
Inherited from
scale
scale:
PointLike
Defined in: mixins/factory/props.ts:25
Inherited from
scaleX
scaleX:
number
Defined in: mixins/factory/props.ts:23
Inherited from
scaleY
scaleY:
number
Defined in: mixins/factory/props.ts:24
Inherited from
visible
visible:
boolean
Defined in: mixins/factory/props.ts:34
Inherited from
width
width:
number
Defined in: ui/FlexContainer.ts:14
Inherited from
x
x:
number
Defined in: mixins/factory/props.ts:17
Inherited from
y
y:
number
Defined in: mixins/factory/props.ts:18