Function: useConnectApi()
function useConnectApi(...apiCalls: () => CancellablePromise[]): void
Hook to manage multiple cancellable API calls tied to the active cluster.
Parameters
| Parameter | Type | Description |
|---|---|---|
...apiCalls | () => CancellablePromise[] | functions returning cancellable promises for API calls. |
Returns
void