Skip to content
On this page

Command Description

A String which is the command description.

Example Usage

js
theme: SoftUI({
    commands: [
        {
            list: [
                {
                    commandDescription: "View a list of commands."
                }
            ]
        }
    ]
})

Types

Released under the MIT License.