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

Type alias DataSourceDimensionsLoadingState

DataSourceDimensionsLoadingState: object

State of data source dimensions that is loading.

Type declaration

dimensions

dimensions: undefined

Dimensions, if the load succeeded


error

error: undefined

Error, if one occurred


isError

isError: false

Whether the dimensions load has failed


isLoading

isLoading: true

Whether the dimensions are loading


isSuccess

isSuccess: false

Whether the dimensions load has succeeded


status

status: "loading"

Loading status

Last Updated: