An Object which contains all the information for the index page.
theme: SoftUI({ index: { graph: { enabled: Boolean, lineGraph: Boolean, tag: String, max: Number, }, }, });
theme: SoftUI({ index: { graph: { enabled: true, lineGraph: false, tag: "Memory (MB)", max: 100, }, }, });
Hide properties
Was this page helpful?