# Interface RelativeDateFilterTileProps

Props for RelativeDateFilterTile

# 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.maxDate

maxDate: string

# limit.minDate

minDate: string


# onUpdate

onUpdate: (filter) => void

Callback function that is called when the relative date filter object should be updated.

# Parameters

Parameter Type Description
filter null | Filter Relative date filter, or null for failure/disabled

# Returns

void


# title

title: string

Filter tile title