lists/src/filter/filter_option.ts
This class represents an option to filter a list. Based on the type of the option, different filter operations can be applied to it.
Properties |
Methods |
domain |
domain:
|
Type : DomainValue[] | null
|
index |
index:
|
Type : number
|
operations |
operations:
|
Type : string[]
|
showAllLabel |
showAllLabel:
|
Type : string
|
showUnknownLabel |
showUnknownLabel:
|
Type : string
|
title |
title:
|
Type : string
|
equals | ||||||||
equals(other: FilterOption | undefined)
|
||||||||
This method tests if the provided FilterOption is equal to this FilterOption by checking the index only, as this is a unique identifier for the FilterOption within a list.
Parameters :
Returns :
boolean
boolean indicating if the provided instance is equal to this instance or not |