Skip to main content

ODTextCommandBuilderNumberOption interface

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

The number option builder for text commands.

View Source

Properties


optional allowDecimal boolean boolean

Allow a number with decimal

View Source


optional allowNegative boolean boolean

Allow the number to be negative

View Source


optional allowPositive boolean boolean

Allow the number to be positive

View Source


optional allowZero boolean boolean

Allow the number to be zero

View Source


optional max number number

The number can't be higher than this value

View Source


optional min number number

The number can't be lower than this value

View Source


inherited name string string

The name of this option

View Source


inherited optional required boolean boolean

Is this option required? (optional options can only exist at the end of the command!)

View Source


type type "number"

The type of this option

View Source