OPEN_GRID API - v1.6.0
    Preparing search index...

    Interface AxisDefineResult

    축 정의 결과 — 등록된(가드레일 반영) 델타 + 경고.

    Axis-definition result — registered (clamped) delta + warnings.

    軸の定義結果 — 登録された(ガードレール反映後の)デルタ + 警告。

    轴的定义结果 — 注册后(经护栏钳制)的增量 + 警告。

    interface AxisDefineResult {
        delta: TokenDelta;
        warnings: string[];
    }
    Index

    Properties

    Properties

    delta: TokenDelta
    warnings: string[]