Skip to content
On this page

Command Alias

A String which is the command alias.

Example Usage

js
theme: SoftUI({
    commands: [
        {
            list: [
                {
                    commandAlias: "No aliases"
                }
            ]
        }
    ]
})

Types

Released under the MIT License.