Skip to content

FlexContainerSettings

Properties

alignItems

alignItems: "center" | "flex-start" | "flex-end"

Source

src/ui/FlexContainer.ts:14


bindTo

bindTo: ContainerLike

Source

src/ui/FlexContainer.ts:9


bindToAppSize

bindToAppSize: boolean

Source

src/ui/FlexContainer.ts:10


flexDirection

flexDirection: "row" | "column"

Source

src/ui/FlexContainer.ts:13


flexWrap

flexWrap: "wrap" | "nowrap"

Source

src/ui/FlexContainer.ts:12


gap

gap: number

Source

src/ui/FlexContainer.ts:11


height

height: number

Source

src/ui/FlexContainer.ts:8


justifyContent

justifyContent: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly"

Source

src/ui/FlexContainer.ts:15


width

width: number

Source

src/ui/FlexContainer.ts:7