# Interface MemberFilterTileProps

Props for MemberFilterTile

# Properties

# attribute

attribute: Attribute

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


# dataSource

dataSource?: string

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

If not specified, the query will use the defaultDataSource specified in the parent SisenseContextProvider component.


# filter

filter: null | Filter

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 null | Filter

# Returns

void


# title

title: string

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