[]
Spread.CalcEngine.AsyncEvaluateContext
• new AsyncEvaluateContext(context
)
Represents an evaluate context for async functions.
Name | Type | Description |
---|---|---|
context |
any |
The common evaluate context. |
▸ setAsyncResult(value
): void
Set the async function evaluate result to CalcEngine, CalcEngine uses this value to recalculate the cell that contains this async function and all dependents cells.
Name | Type | Description |
---|---|---|
value |
any |
The async function evaluate result. |
void