[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eui.util.clearTimeout\u003c/code\u003e is used to cancel a timeout or interval previously set by \u003ccode\u003eui.util.setTimeout\u003c/code\u003e or \u003ccode\u003eui.util.setInterval\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt accepts a single argument, \u003ccode\u003etimeoutKey\u003c/code\u003e, which is a number representing the unique identifier of the timeout or interval to be cleared.\u003c/p\u003e\n"],["\u003cp\u003eCalling this function stops the execution of the delayed function associated with the given \u003ccode\u003etimeoutKey\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# ui.util.clearTimeout\n\n\u003cbr /\u003e\n\nClears a timeout set via ui.util.setTimeout or ui.util.setInterval.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------------------|---------|\n| `ui.util.clearTimeout(timeoutKey)` | |\n\n| Argument | Type | Details |\n|--------------|--------|----------------------------------------------|\n| `timeoutKey` | Number | The key to the timeout or interval to clear. |"]]