Interface InputMaxStepOption

測量輸入段數設定。

interface InputMaxStepOption {
    maxStep?: number;
}

Hierarchy

Properties

Properties

maxStep?: number

最多輸入幾段。

Default Value

Number.MAX_SAFE_INTEGER

Generated using TypeDoc