mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
636 B
636 B
Home > kibana-plugin-plugins-expressions-server > FunctionsRegistry > get
FunctionsRegistry.get() method
Signature:
get(id: string): ExpressionFunction | null;
Parameters
Parameter | Type | Description |
---|---|---|
id | string |
Returns:
ExpressionFunction | null