Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Event<V, V>

Base class for all events passed through EventStreams and Properties.

Type parameters

  • V

  • V

Hierarchy

Index

Properties

hasValue

hasValue: boolean = false

id

id: number = ++eventIdCounter

isEnd

isEnd: boolean = false

isError

isError: boolean = false

isInitial

isInitial: boolean = false

isNext

isNext: boolean = false

value

value: V

Generated using TypeDoc