Skip to content
On this page

Admin

An Object which contains all the information for the admin page.

Example Usage

js
theme: SoftUI({
    admin: {
        pterodactyl: {
            enabled: false,
            apiKey: "myPterodactylApiKey",
            panelLink: "https://panel.example.com",
            serverUUIDs: ["server-uuid-1", "server-uuid-2"]
        }
    }
})

Properties

Types

Released under the MIT License.