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
V
Hierarchy
- Value<V>
- Initial
Index
Constructors
constructor
- new Initial(value: V): Initial
Parameters
value: V
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