Interface RelativeDateFilterTileProps
Props of the RelativeDateFilterTile component.
Properties
arrangement
arrangement?:
FilterVariant
Arrangement of the filter inputs. Use vertical for standard filter tiles and horizontal for toolbars
filter
filter:
Filter
Relative date filter.
limit
limit?:
object
Limit of the date range that can be selected.
Type declaration
limit.maxDatemaxDate:
string
limit.minDateminDate:
string
onDelete
onDelete?: () =>
void
Filter delete callback
Returns
void
onEdit
onEdit?: () =>
void
Filter edit callback
Returns
void
onUpdate
onUpdate: (
filter) =>void
Callback function that is called when the relative date filter object should be updated.
Parameters
| Parameter | Type | Description |
|---|---|---|
filter | Filter | Relative date filter |
Returns
void
title
title:
string
Filter tile title