Skip to main content

ODTextCommandBuilderBaseOption interface

under construction

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

Overview

The default option builder for text commands.

View Source

References

    Properties


    name string string

    The name of this option

    View Source


    optional required boolean boolean

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

    View Source


    type type api.ODTextCommandBuilderBaseOptionType

    The type of this option

    View Source