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

Interface MemberFilterTileProps

Props of the MemberFilterTile component.

Properties

attribute

attribute: Attribute

Attribute to filter on. A query will run to fetch all this attribute's members


dataSource

dataSource?: DataSource

Data source the query is run against - e.g. Sample ECommerce

If not specified, the query will use the defaultDataSource specified in the parent Sisense Context.


filter

filter: Filter | null

Source filter object. Caller is responsible for keeping track of filter state


onChange

onChange: (filter) => void

Callback indicating when the source members filter should be updated

Parameters

ParameterType
filterFilter | null

Returns

void


onDelete

onDelete?: () => void

Filter delete callback

Returns

void


onEdit

onEdit?: () => void

Filter edit callback

Returns

void


parentFilters

parentFilters?: Filter[]

List of filters this filter is dependent on


title

title: string

Title for the filter tile, which is rendered into the header

Last Updated: