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

Interface FilterTileProps

Props of the FilterTile component.

Properties

defaultDataSource

defaultDataSource?: DataSource

Default data source used for filter tiles


filter

filter: Filter

Filter to display


onChange

onChange: (filter) => void

Callback to handle filter change

Parameters

ParameterType
filterFilter | null

Returns

void


onDelete

onDelete?: () => void

Filter delete callback

Returns

void


onEdit

onEdit?: (levelIndex?) => void

Filter edit callback

Parameters

ParameterTypeDescription
levelIndex?numberIndex of the filter level that triggers the onEdit action (in the case of a CascadingFilter)

Returns

void

Last Updated: