Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISimpleTimerOptions

Hierarchy

  • ISimpleTimerOptions

Index

Properties

Optional active

active: boolean

Optional condition

condition: (update: any, counters?: ISimpleTimerCounters, timer?: SimpleTimer) => boolean

Type declaration

Optional interval

interval: number

Optional name

name: string

Optional onCondition

onCondition: SimpleTimerHandler

Optional target

target: string

Optional timeout

timeout: number

Generated using TypeDoc