Skip to content
On this page

#[ThemeConfig].commands > Category - categoryId

Parent: category

A String which is the category ID.

Example Usage

js
theme: SoftUI({
    commands: [
        {
            list: [
                {
                    categoryId: "startingUp"
                }
            ]
        }
    ]
})

WARNING

Warning: This must be unique.

Types

Released under the MIT License.