Interface IFilteringExpressionsTree

階層

Hierarchy (View Summary)

次で実装:

プロパティ

entity?: string
fieldName?: string
find?: (fieldName: string) => IFilteringExpression | IFilteringExpressionsTree

バージョン 18.2.0。代わりに ExpressionsTreeUtil.find を使用してください。

Type declaration

findIndex?: (fieldName: string) => number

バージョン 18.2.0。代わりに ExpressionsTreeUtil.findIndex を使用してください。

Type declaration

operator: FilteringLogic
owner?: any

オーナー コンポーネントへの参照を提供します。

returnFields?: string[]