mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
712 B
712 B
Home > kibana-plugin-plugins-expressions-server > ExpressionFunctionDefinition > args
ExpressionFunctionDefinition.args property
Specification of arguments that function supports. This list will also be used for autocomplete functionality when your function is being edited.
Signature:
args: {
[key in keyof Arguments]: ArgumentType<Arguments[key]>;
};