Skip to content
On this page

Description

Parent: blacklisted

A String which sets the description of the blacklisted page.

Example Usage

js
theme: SoftUI({
    blacklisted: {
        description: "Unfortunately it seems that you have been blacklisted from the dashboard."
    }
})

Types

Released under the MIT License.