mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 03:01:21 -04:00
712 B
712 B
Home > kibana-plugin-plugins-expressions-public > 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]>;
};