Options
All
  • Public
  • Public/Protected
  • All
Menu

Class End

An event that indicates the end of an EventStream or a Property. No more events can be emitted after this one.

Can be distinguished from other events using isEnd

Hierarchy

Index

Properties

hasValue

hasValue: boolean = false

id

id: number = ++eventIdCounter

isEnd

isEnd: boolean = true

isError

isError: boolean = false

isInitial

isInitial: boolean = false

isNext

isNext: boolean = false

Generated using TypeDoc