mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
691 B
691 B
Home > kibana-plugin-plugins-expressions-server > ExpressionAstExpressionBuilder > functions
ExpressionAstExpressionBuilder.functions property
Array of each of the buildExpressionFunction()
instances in this expression. Use this to remove or reorder functions in the expression.
Signature:
functions: ExpressionAstFunctionBuilder[];