mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 03:01:21 -04:00
* 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
748 B
748 B
Home > kibana-plugin-plugins-expressions-public > Execution > resolveArgs
Execution.resolveArgs() method
Signature:
resolveArgs(fnDef: ExpressionFunction, input: unknown, argAsts: any): Observable<any>;
Parameters
Parameter | Type | Description |
---|---|---|
fnDef | ExpressionFunction |
|
input | unknown |
|
argAsts | any |
Returns:
Observable<any>