Skip to content
On this page

Index

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

Example Usage

js
theme: SoftUI({
    index: {
        graph: {
            enabled: true,
            lineGraph: false,
            tag: "Memory (MB)",
            max: 100
        }
    }
})

Properties

Types

Released under the MIT License.