Event | baconjs (original) (raw)

Base class for all events passed through EventStreams and Properties.

Type parameters

Hierarchy

Index

Properties

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