mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
776 B
776 B
Home > kibana-plugin-plugins-expressions-server > ExpressionAstFunctionBuilder > arguments
ExpressionAstFunctionBuilder.arguments property
Object of all args currently added to the function. This is structured similarly to ExpressionAstFunction['arguments']
, however any subexpressions are returned as expression builder instances instead of expression ASTs.
Signature:
arguments: FunctionBuilderArguments<FnDef>;