kibana/docs/development/plugins/expressions/public/kibana-plugin-plugins-expressions-public.execution.resolveargs.md
Michael Dokolin 49a18483d3
Refactor execution service to use observables underneath (#96065)
* Refactor execution service to use observables underneath
* Fix canvas plugin to initialize workspace after assets
* Update expression functions implementations to resolve observables instead of promises
2021-04-22 20:36:25 +02:00

24 lines
748 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [kibana-plugin-plugins-expressions-public](./kibana-plugin-plugins-expressions-public.md) &gt; [Execution](./kibana-plugin-plugins-expressions-public.execution.md) &gt; [resolveArgs](./kibana-plugin-plugins-expressions-public.execution.resolveargs.md)
## Execution.resolveArgs() method
<b>Signature:</b>
```typescript
resolveArgs(fnDef: ExpressionFunction, input: unknown, argAsts: any): Observable<any>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| fnDef | <code>ExpressionFunction</code> | |
| input | <code>unknown</code> | |
| argAsts | <code>any</code> | |
<b>Returns:</b>
`Observable<any>`