Expand description
Final data structures that represent the high-level UI layout
Structs§
- Collapsible
Margin Set - A set of margins that are available for collapsing with for block layout’s margin collapsing
- Layout
- The final result of a layout algorithm for a single node.
- Layout
Input - A struct containing the inputs constraints/hints for laying out a node, which are passed in by the parent
- Layout
Output - A struct containing the result of laying a single node, which is returned up to the parent node
Enums§
- Detailed
Layout Info - The additional information from layout algorithm
- Requested
Axis - An axis that layout algorithms can be requested to compute a size for
- RunMode
- Whether we are performing a full layout, or we merely need to size the node
- Sizing
Mode - Whether styles should be taken into account when computing size