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