warp-grid
    Preparing search index...

    Interface GetCellBoundsConfig

    Configuration for retrieving bounds of a specific cell.

    interface GetCellBoundsConfig {
        makeBoundsCurvesSequential?: boolean;
    }
    Index

    Properties

    makeBoundsCurvesSequential?: boolean

    Returns bounds curves in sequential order when true.

    false