Options
All
  • Public
  • Public/Protected
  • All
Menu

A frequency that occurs at a constant rate with an optional offset.

Hierarchy

  • FrequencyValueEvery

Index

Properties

Properties

every

every: number

How often the value occurs. For example, if this value is 2 the event will occur on every other unit of time.

Optional offset

offset: number

The offset of the frequency which is between 0 and less than every. This is 0 by default which means the frequency starts on 0 and occurs on every, every * 2, every * 3, etc. For example if this value is 1 and every is 3 the sequence will be: 1, 4, 7, 11, ...

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc