Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Initial<V>

An event carrying the initial value of a Property. This event can be emitted by a property immediately when subscribing to it.

Can be distinguished from other events using isInitial

Type parameters

  • V

Hierarchy

Index

Constructors

constructor

Properties

hasValue

hasValue: boolean = true

id

id: number = ++eventIdCounter

isEnd

isEnd: boolean = false

isError

isError: boolean = false

isInitial

isInitial: boolean = true

isNext

isNext: boolean = false

value

value: V

Generated using TypeDoc