isSpELMethodCall()
isSpELMethodCall(
expr:SpELProcessedExpression):expr is SpELMethodCall
Defined in: packages/core/src/utils/parseSpEL/utils.ts:92
A method/function invocation node (.toUpperCase(), T(java.lang.Math).abs(x), myFunc(a)).
Parameters
| Parameter | Type |
|---|---|
expr | SpELProcessedExpression |
Returns
expr is SpELMethodCall
caution
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.