Interface IFilteringExpressionsTree

階層

Hierarchy (view full)

次で実装:

プロパティ

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

    • (fieldName): number
    • パラメーター

      • fieldName: string

      返却 number

operator: FilteringLogic
owner?: any

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