mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
22 lines
636 B
Markdown
22 lines
636 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [kibana-plugin-plugins-expressions-public](./kibana-plugin-plugins-expressions-public.md) > [FunctionsRegistry](./kibana-plugin-plugins-expressions-public.functionsregistry.md) > [get](./kibana-plugin-plugins-expressions-public.functionsregistry.get.md)
|
|
|
|
## FunctionsRegistry.get() method
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
get(id: string): ExpressionFunction | null;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| id | <code>string</code> | |
|
|
|
|
<b>Returns:</b>
|
|
|
|
`ExpressionFunction | null`
|
|
|