Options
All
  • Public
  • Public/Protected
  • All
Menu

State of an observable in the given moment.

Index

Enumeration members

Enumeration members

COMPLETED

COMPLETED: = "COMPLETED"

Observable has successfully completed emitting (there will be no more emissions)

EMITTING

EMITTING: = "EMITTING"

Observable has already emitted

FAILED

FAILED: = "FAILED"

Observable threw an error

WAITING

WAITING: = "WAITING"

Waiting for the first emission

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc