Skip to content
On this page

Hide Description

Parent: optional

A Boolean which hides the category description.

Example Usage

js
theme: SoftUI({
    commands: [
        {
            optional: {
                hideDescription: true
            }
        }
    ]
})

Types

Released under the MIT License.