mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -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']>;