â–¸ callAll(actions): Promise<CallAllResponse>
description Call multiple custom actions in sequence and return all results.
example
Code
Parameters
| Name | Type |
|---|---|
actions | { action: string ; payload?: any }[] |
Returns
Promise<CallAllResponse>
Interface: CallAllResponse
| Name | Type | Description |
|---|---|---|
| results | { error?: any ; result: any }[] |
Was this page helpful?
Last modified on