FilterFunctionParameterType<EntityT>:
    | FilterFunctionPrimitiveParameterType
    | Field<EntityT, boolean, boolean>
    | FilterFunction<EntityT, any>
    | FilterFunctionPrimitiveParameterType[]

Type of a parameter of a filter function. This can either be a primitive type, a reference to a field or another filter function.

Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

Type Parameters