NotificationKind
enum
deprecated
Deprecation Notes
Use a string literal instead. NotificationKind
will be replaced with a type alias in v8. It will not be replaced with a const enum as those are not compatible with isolated modules.
enum NotificationKind { NEXT: 'N' ERROR: 'E' COMPLETE: 'C' }
Properties
Property | Type | Description |
---|---|---|
NEXT
| 'N' | |
ERROR
| 'E' | |
COMPLETE
| 'C' |
© 2015–2021 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors.
Code licensed under an Apache-2.0 License. Documentation licensed under CC BY 4.0.
https://rxjs.dev/api/index/NotificationKind