Skip to main content

ODTextCommandBuilderBooleanOption interface

under construction

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

Overview

The boolean option builder for text commands.

View Source

Properties


optional falseValue string string

The value when false

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


optional trueValue string string

The value when true

View Source


type type "boolean"

The type of this option

View Source