mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
646 B
646 B
Home > kibana-plugin-plugins-expressions-server > Executor > getFunction
Executor.getFunction() method
Signature:
getFunction(name: string): ExpressionFunction | undefined;
Parameters
Parameter | Type | Description |
---|---|---|
name | string |
Returns:
ExpressionFunction | undefined