nx.js
Functions

clearTimeout

clearTimeout(id?): void

The global clearTimeout() method clears a timer set with the setTimeout() method.

Parameters

ParameterTypeDescription
id?numberThe ID of the timer you want to clear, as returned by setTimeout().

Returns

void

See

https://developer.mozilla.org/docs/Web/API/clearTimeout

On this page