NamespacesTimerOn this pageTimer Index Type AliasesCustomTimerCustomTimerTypeType Aliases CustomTimerCustomTimer: { callback: () => void; lastTime: number; repeat: boolean; timeMs: number; type: CustomTimerType }Type declarationcallback: () => void(): voidReturns voidlastTime: numberrepeat: booleantimeMs: numbertype: CustomTimerTypeCustomTimerTypeCustomTimerType: background | foreground | universal