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

Type alias CsvQueryLoadingState

CsvQueryLoadingState: object

State of a query execution that is loading.

Type declaration

data

data: Blob | string | undefined

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: true

Whether the query is loading


isSuccess

isSuccess: false

Whether the query has succeeded


status

status: "loading"

The status of the query execution

Last Updated: