Structs§
- Content
Size - A node with a
ContentSize
component is a node where its size is based on its content. - Fixed
Measure - A
FixedMeasure
is aMeasure
that ignores all constraints and always returns the same size. - Measure
Args
Enums§
- Available
Space - The amount of space available to a node in a given axis https://www.w3.org/TR/css-sizing-3/#available
- Node
Measure - A type to serve as Taffy’s node context (which allows the content size of leaf nodes to be computed)
Traits§
- Measure
- A
Measure
is used to compute the size of a ui node when the size of that node is based on its content.