Skip to content

Commit

Permalink
Added matches & matchesIgnoreCase
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Jul 28, 2023
1 parent a35e89f commit 9ad18e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/jsapi-types/src/dh.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,8 @@ export interface FilterValue {
isTrue(): FilterCondition;
isNull(): FilterCondition;
invoke(method: string, ...args: FilterValue[]): FilterCondition;
matches(value: FilterValue): FilterCondition;
matchesIgnoreCase(value: FilterValue): FilterCondition;
}

export interface FilterConditionStatic {
Expand Down

0 comments on commit 9ad18e2

Please sign in to comment.