Interface: FlexLayoutInput<C>
Defined in: layout/flex.ts:63
Type Parameters
C
C extends FlexChild = FlexChild
Properties
alignment
alignment:
FlexAlignment
Defined in: layout/flex.ts:72
direction
direction:
FlexDirection
Defined in: layout/flex.ts:64
entries
entries:
FlexMeasureEntry<C>[]
Defined in: layout/flex.ts:65
gap
gap:
GapSize
Defined in: layout/flex.ts:71
innerHeight
innerHeight:
number
Defined in: layout/flex.ts:70
innerWidth
innerWidth:
number
Defined in: layout/flex.ts:69
Inner area width/height — outer rect minus padding.
padding
padding:
PaddingResolved
Defined in: layout/flex.ts:73
rect
rect:
BoxBounds
Defined in: layout/flex.ts:67
The full container rect (post-padding-aware sizing).