Skip to content
On this page

#[ThemeConfig].commands > Category - subTitle

Parent: category

A String which is the category subtitle.

Example Usage

js
theme: SoftUI({
    commands: [
        {
            list: [
                {
                    subTitle: `All helpful commands`
                }
            ]
        }
    ]
})

Types

Released under the MIT License.