console.dashboards/custom/overview/detail/item

Adds an item to the Details card of Overview Dashboard.

Name Value Type Optional Description

title

string

no

Details card title

component

CodeRef<React.ComponentType<{}>>

no

The value, rendered by the OverviewDetailItem component

valueClassName

string

yes

Value for a className

isLoading

CodeRef<() ⇒ boolean>

yes

Function returning the loading state of the component

error

CodeRef<() ⇒ string>

yes

Function returning errors to be displayed by the component