Options
All
  • Public
  • Public/Protected
  • All
Menu

Basically, the most 'atomic' data type holding all needed information for subscriptions. Note: This only holds instruction data for generating a value, not the data used for calculation.

Hierarchy

  • SubscriptionAtom

Index

Constructors

Properties

Constructors

constructor

  • Parameters

    • method: AggregatorMethod

      Instructions for calculating the value represented to the client.

    • Optional value: number

      Optional initial value, 0 when empty.

    Returns SubscriptionAtom

Properties

date

date: Date

The last date of modification.

Readonly id

id: string

Unique Id.

method

Instructions for calculating the value represented to the client.

value

value: number

The current calculated value represented to the client.

Generated using TypeDoc