Skip to main content

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​

readonly getClearTimeout: () => ({(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

MDN Reference

Parameters​
id​

number | undefined

Returns​

void

Call Signature​

(timeout: string | number | Timeout | undefined): void

MDN Reference

Parameters​
timeout​

string | number | Timeout | undefined

Returns​

void


undefined


getDateNow​

readonly getDateNow: (() => (() => number) | undefined) | undefined

Defined in: utils/ui/notifications/notificationTimerRuntime.ts:14


getSetTimeout​

readonly getSetTimeout: () => typeof setTimeout | undefined

Defined in: utils/ui/notifications/notificationTimerRuntime.ts:15

Returns​

typeof setTimeout | undefined