Skip to main content
function clearInterval
clearInterval(intervalId:
Timeout
| string
| number
| undefined
): void
Deprecated

Cancels a Timeout object created by setInterval().

Parameters

intervalId:
Timeout
| string
| number
| undefined

Return Type

void
variable clearInterval

Type

global.clearInterval
Back to top