pub type GridLine = GenericGridLine<Integer>;Expand description
The computed value of a <grid-line>.
Aliased Type§
#[repr(C)]pub struct GridLine {
pub ident: CustomIdent,
pub line_num: i32,
pub is_span: bool,
}Fields§
§ident: CustomIdentA custom identifier for named lines, or the empty atom otherwise.
line_num: i32Denotes the nth grid line from grid item’s placement.
is_span: boolFlag to check whether it’s a span keyword.