sisense.com
✅ You are viewing documentation for the latest version of Compose SDK.
Version:

Type alias QuerySuccessState

QuerySuccessState: object

State of a query execution that has succeeded.

Type declaration

data

data: QueryResultData

The result data if the query has succeeded


error

error: undefined

The error if any occurred


isError

isError: false

Whether the query has failed


isLoading

isLoading: false

Whether the query is loading


isSuccess

isSuccess: true

Whether the query has succeeded


status

status: "success"

The status of the query execution

Last Updated: