File

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

Description

Is used to define a character range filter value.

Example :
import { ICharRangeFilterValue } from '@talenra/inbox';
const charRangeFilterValue: ICharRangeFilterValue = { start: 'AR', end: 'JAB' };

Index

Properties

Properties

end
end: string
Type : string
Optional

End value of the character range.

start
start: string
Type : string
Optional

Start value of the character range.

results matching ""

    No results matching ""