KC's Workspace
    Preparing search index...

    A value for the grid-area shorthand property.

    interface GridArea {
        columnEnd: GridLine;
        columnStart: GridLine;
        rowEnd: GridLine;
        rowStart: GridLine;
    }
    Index

    Properties

    columnEnd: GridLine

    The grid column end placement.

    columnStart: GridLine

    The grid column start placement.

    rowEnd: GridLine

    The grid row end placement.

    rowStart: GridLine

    The grid row start placement.