Interface: TimerSchedulerOptions
Defined in: scheduler.ts:87
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
cancelAnimationFrameFn? | readonly | (handle: number) => void | scheduler.ts:94 |
clearIntervalFn? | readonly | (id: number | undefined) => void | scheduler.ts:92 |
fixedIntervalMs? | readonly | number | scheduler.ts:89 |
now? | readonly | () => number | scheduler.ts:90 |
requestAnimationFrameFn? | readonly | (callback: FrameRequestCallback) => number | scheduler.ts:93 |
setIntervalFn? | readonly | (handler: TimerHandler, timeout?: number, ...arguments: any[]) => number | scheduler.ts:91 |
tickIntervalMs? | readonly | number | scheduler.ts:88 |