FunctionsElementClickTimeoutElementClickTimeout CallableElementClickTimeout(root: Element, query?: string, timeout?: number): numberDisable all clickable elements within root for the given duration.Parametersroot: ElementThe root elementoptionalquery: string = nullThe query for identifying all clickable elements within rootoptionaltimeout: number = 250The timeout in msReturns numberThe timeout ID as returned by setTimeout
Disable all clickable elements within
root
for the given duration.