Type alias WidgetModelSuccessState
WidgetModelSuccessState:
object
State of a widget model load that has succeeded.
Type declaration
error
error: undefined
Error, if one occurred
isError
isError: false
Whether the widget model load has failed
isLoading
isLoading: false
Whether the widget model is loading
isSuccess
isSuccess: true
Whether the widget model load has succeeded
status
status: "success"
Loading status
widget
widget: WidgetModel
Widget model, if the load succeeded