File

src/lib/shared/interfaces/filter-attribute.interface.ts

Description

Is used to define a date range filter value.

Example :
import { IDateRangeFilterValue } from '@talenra/inbox';
const dateRangeFilterValue: IDateRangeFilterValue = { start: new Date('01.14.2023'), end: new Date('01.14.2024') };

Index

Properties

Properties

end
end: Date | null
Type : Date | null
Optional

End value of the date range.

start
start: Date | null
Type : Date | null
Optional

Start value of the date range.

results matching ""

    No results matching ""