Interface DateRangeFilterTileProps
Props of the DateRangeFilterTileComponent.
Properties
attribute
attribute:
LevelAttribute
Date level attribute the filter is based on
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.
earliestDate
earliestDate?:
string
Earliest allowed date for selection.
If not specified, the earliest date of the target date-level attribute will be used.
filter
filter:
Filter
Date range filter.
filterChange
filterChange?: (
filter) =>void
Parameters
| Parameter | Type |
|---|---|
filter | Filter |
Returns
void
lastDate
lastDate?:
string
Latest allowed date for selection.
If not specified, the latest date of the target date-level attribute will be used.
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
Filter tile title