NotificationTimerRuntimeScope
FitFileViewer - API Documentation v30.0.1
FitFileViewer - API Documentation / utils/ui/notifications/notificationTimerRuntime / NotificationTimerRuntimeScope
Interface: NotificationTimerRuntimeScope
Defined in: utils/ui/notifications/notificationTimerRuntime.ts:12
Propertiesβ
getClearTimeoutβ
readonlygetClearTimeout: () => ({(id:number|undefined):void; (timeout:string|number|Timeout|undefined):void; }) |undefined
Defined in: utils/ui/notifications/notificationTimerRuntime.ts:13
Returnsβ
Functionβ
{(id: number | undefined): void; (timeout: string | number | Timeout | undefined): void; }
Call Signatureβ
(
id:number|undefined):void
Parametersβ
idβ
number | undefined
Returnsβ
void
Call Signatureβ
(
timeout:string|number|Timeout|undefined):void
Parametersβ
timeoutβ
string | number | Timeout | undefined
Returnsβ
void
undefined
getDateNowβ
readonlygetDateNow: (() => (() =>number) |undefined) |undefined
Defined in: utils/ui/notifications/notificationTimerRuntime.ts:14
getSetTimeoutβ
readonlygetSetTimeout: () => typeofsetTimeout|undefined
Defined in: utils/ui/notifications/notificationTimerRuntime.ts:15
Returnsβ
typeof setTimeout | undefined