withSignal()
Home > @gooddata/sdk-backend-spi > ICancelable > withSignal
ICancelable.withSignal() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
withSignal(signal: AbortSignal | undefined): T;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| signal | AbortSignal | undefined | Abort signal used for canceling requests | 
Returns:
T
Instance of object with interface