# Interface DateRangeFilterTileProps
# 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.
# lastDate
lastDate?:
string
Latest allowed date for selection.
If not specified, the latest date of the target date-level attribute will be used.
# onChange
onChange: (
filter
) =>void
Callback function that is called when the date range filter object should be updated.
# Parameters
Parameter | Type | Description |
---|---|---|
filter | Filter | Date range filter |
# Returns
void
# parentFilters
parentFilters?:
Filter
[]
List of filters this filter is dependent on.
# title
title:
string
Filter tile title