Structs§
- Align
Items - Used to control how child nodes are aligned. For Flexbox it controls alignment in the cross axis. For Grid it controls alignment in the block axis.
- Layout
Engine - Layout
Style
Enums§
- Available
Space - The amount of space available to a node in a given axis https://www.w3.org/TR/css-sizing-3/#available
- Direction
- The writing direction the layout resolves logical edges against.
- Layout
Error - Size
Dimension - Template
Track
Type Aliases§
- Justify
Content - Sets the distribution of space between and around content items. For Flexbox it controls alignment in the main axis. For Grid it controls alignment in the inline axis.
- Measure
Fn - Per-node measure callback: given the available main-axis width, returns the node’s intrinsic (width, height). Used for text nodes whose height depends on how many lines the content wraps into at the resolved width.
- NodeId