mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
13 lines
806 B
Markdown
13 lines
806 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) > [ExpressionsServiceStart](./kibana-plugin-plugins-expressions-public.expressionsservicestart.md) > [getFunction](./kibana-plugin-plugins-expressions-public.expressionsservicestart.getfunction.md)
|
|
|
|
## ExpressionsServiceStart.getFunction property
|
|
|
|
Get a registered `ExpressionFunction` by its name, which was registered using the `registerFunction` method. The returned `ExpressionFunction` instance is an internal representation of the function in Expressions service - do not mutate that object.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
getFunction: (name: string) => ReturnType<Executor['getFunction']>;
|
|
```
|