Skip to main content
function clearTimeout
clearTimeout(timeoutId:
Timeout
| string
| number
| undefined
): void
Deprecated

Cancels a Timeout object created by setTimeout().

Parameters

timeoutId:
Timeout
| string
| number
| undefined

Return Type

void
variable clearTimeout

Type

global.clearTimeout
Back to top