Skip to content
On this page

Subtitle

Parent: blacklisted

A String which sets the subtitle of the blacklisted page.

Example Usage

js
theme: SoftUI({
    blacklisted: {
        subtitle: "Access denied"
    }
})

Types

Released under the MIT License.