Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VarEvent<T>

Event emitted by an IVar<T> implementation when its value changes.

Type Parameters

  • T

Hierarchy

Index

Properties

Metadata for the update that caused this event.

previousValue: T

The previous value on this replica.

value: T

The set value.

Generated using TypeDoc