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

Interface RelativeDateFilterTileProps

Props of the RelativeDateFilterTileComponent.

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.


filterChange

filterChange?: (filter) => void

Parameters

ParameterType
filterFilter

Returns

void


limit

limit?: object

Limit of the date range that can be selected.

Type declaration

limit.maxDate

maxDate: string

limit.minDate

minDate: string


onDelete

onDelete?: () => void

Filter delete callback

Returns

void


onEdit

onEdit?: () => void

Filter edit callback

Returns

void


title

title: string

Filter tile title

Last Updated: