Type Alias lay_rs::prelude::taffy::style::GridPlacement
pub type GridPlacement = GenericGridPlacement<GridLine>;
Expand description
A grid line placement specification. Used for grid-[row/column]-[start/end]. Named tracks are not implemented.
Defaults to GridPlacement::Auto
Aliased Type§
enum GridPlacement {
Auto,
Line(GridLine),
Span(u16),
}