warp-grid
    Preparing search index...

    Interface Step

    Defines a single step in the grid's layout sequence. Value must be positive.

    interface Step {
        value: string | number;
        isGutter?: boolean;
    }
    Index

    Properties

    Properties

    value: string | number
    isGutter?: boolean

    Indicates a gutter space between cells when true.

    false