mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
13 lines
557 B
Markdown
13 lines
557 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) > [ExpressionFunction](./kibana-plugin-plugins-expressions-public.expressionfunction.md) > [migrations](./kibana-plugin-plugins-expressions-public.expressionfunction.migrations.md)
|
|
|
|
## ExpressionFunction.migrations property
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
migrations: {
|
|
[key: string]: (state: SerializableState) => SerializableState;
|
|
};
|
|
```
|