Skip to main content

ODTextCommandBuilderStringOption interface

under construction

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

Overview

The string option builder for text commands.

View Source

Properties


optional allowSpaces boolean boolean

When this is the last option, allow this string to contain spaces

View Source


optional choices array string[]

The string needs to match one of these choices or it will be invalid

View Source


optional maxLength number number

Set the maximum length of this string

View Source


optional minLength number number

Set the minimum length of this string

View Source


inherited name string string

The name of this option

View Source


optional regex type RegExp

The string needs to match this regex or it will be invalid

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 "string"

The type of this option

View Source