mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 03:01:21 -04:00
680 B
680 B
Home > kibana-plugin-plugins-expressions-public > ExpressionsService > getFunctions
ExpressionsService.getFunctions property
Returns POJO map of all registered expression functions, where keys are names of the functions and values are ExpressionFunction
instances.
Signature:
readonly getFunctions: () => ReturnType<Executor['getFunctions']>;