Namespaces
clearTimeout
function clearTimeout(id: number): void;Defined in: timer/index.d.ts:13
Clears the delay set by a call to the setTimeout function.
Parameters
| Parameter | Type | Description |
|---|---|---|
id | number | The identifier returned by the previously called setTimeout() method. |
Returns
void
- Previous
- clearInterval
- Next
- convertString