Skip to content
On this page

Button

Parent: blacklisted

An Object which contains all the information for the blacklisted button.

Example Usage

js
theme: SoftUI({
    blacklisted: {
        button: {
            enabled: false,
            text: "Return",
            link: "https://google.com"
        }
    }
})

Properties

Types

Released under the MIT License.