StatusDashboard Properties

Properties

Contents The contents of the dashboard. Will be rendered in order.
RefreshInterval The interval (in seconds) at which the client should refresh/update the dashboard. If an UpdateCommand is defined, it will be called to refresh the dashboard, otherwise the whole dashboard will be refreshed from the source defined in the domain. Value is ignored if less than 1. Low values should be used with caution.
ShowUserErrors Determines if dashboard update/refresh errors are shown to the user. Many transient errors can occur with updates if the vault or application is restarting so typically these are ignored.
UpdateCommand The id of a domain command to call to trigger dashboard updates at the defined RefreshInterval.

See Also