mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
13 lines
620 B
Markdown
13 lines
620 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) > [Execution](./kibana-plugin-plugins-expressions-public.execution.md) > [contract](./kibana-plugin-plugins-expressions-public.execution.contract.md)
|
|
|
|
## Execution.contract property
|
|
|
|
Contract is a public representation of `Execution` instances. Contract we can return to other plugins for their consumption.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
readonly contract: ExecutionContract<Input, Output, InspectorAdapters>;
|
|
```
|