# Interface MemberFilterTileProps
Props for MemberFilterTile
# 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 member filter object should be updated
# Parameters
Parameter | Type |
---|---|
filter | Filter | null |
# Returns
void
# onDelete
onDelete?: () =>
void
Filter delete 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