KC's Workspace
    Preparing search index...

    A value for the grid-template shorthand property.

    If areas is not None, then rows must also not be None.

    interface GridTemplate {
        areas: GridTemplateAreas;
        columns: TrackSizing;
        rows: TrackSizing;
    }
    Index

    Properties

    Properties

    The named grid areas.

    columns: TrackSizing

    The grid template columns.

    The grid template rows.