Searched refs:timeoutId (Results 1 – 2 of 2) sorted by relevance
5 let timeoutId: number | undefined;6 timeoutId && clearTimeout(timeoutId);7 timeoutId = setTimeout(callback, delay);9 if (timeoutId !== undefined) {10 clearTimeout(timeoutId);
119 const timeoutId = setTimeout(() => { constant125 clearTimeout(timeoutId);