Skip to content
On this page

Command Name

A String which is the command name.

Example Usage

js
theme: SoftUI({
    commands: [
        {
            list: [
                {
                    commandName: "help"
                }
            ]
        }
    ]
})

Types

Released under the MIT License.