File

src/api/core/filteringApi.ts

Description

Base interface for filtering criteria combination

Index

Properties
Methods

Methods

and
and(conditionToAdd: IFilteringCriterion)

Combine the current filtering criteria with the next one in and mode.

Parameters :
Name Type Optional
conditionToAdd IFilteringCriterion<T> No
or
or(conditionToAdd: IFilteringCriterion)

Combine the current filtering criteria with the next one in or mode.

Parameters :
Name Type Optional
conditionToAdd IFilteringCriterion<T> No

Properties

condition
condition: ICondition
Type : ICondition

The filtering condition object

result-matching ""

    No results matching ""