Type alias DashboardModelSuccessState
DashboardModelSuccessState:
object
State of a dashboard model load that has succeeded.
Type declaration
dashboard
dashboard: DashboardModel
The result dashboard model if the load has succeeded
error
error: undefined
The error if any occurred
isError
isError: false
Whether the dashboard model load has failed
isLoading
isLoading: false
Whether the dashboard model is loading
isSuccess
isSuccess: true
Whether the dashboard model load has succeeded
status
status: "success"
The status of the dashboard model load