Namespaces
clearInterval
function clearInterval(id: number): void;Defined in: timer/index.d.ts:27
Clears repeated function which was set up by calling setInterval().
Parameters
| Parameter | Type | Description |
|---|---|---|
id | number | The identifier returned by the setInterval() method. |
Returns
void
- Previous
- SYSTEM_PREFIX
- Next
- clearTimeout