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

Interface FilterMembersSuccessState

State of a filter members load that has succeeded.

Properties

data

data: GetFilterMembersData

The result data


error

error: undefined

The error if any occurred


isError

isError: false

Whether the data fetching has failed


isLoading

isLoading: false

Whether the data fetching is loading


isSuccess

isSuccess: true

Whether the data fetching has succeeded


status

status: "success"

The status of the data fetching execution

Last Updated: