KC's Workspace
    Preparing search index...

    A value for the grid-row shorthand property.

    interface GridRow {
        end: GridLine;
        start: GridLine;
    }
    Index

    Properties

    Properties

    The ending line.

    start: GridLine

    The starting line.