Initial | baconjs (original) (raw)

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

Hierarchy

Index

Constructors

constructor

Returns Initial

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