enum
deprecated
NotificationKind is deprecated as const enums are not compatible with isolated modules. Use a string literal instead.
enum NotificationKind { NEXT: 'N' ERROR: 'E' COMPLETE: 'C' }
Property | Type | Description |
---|---|---|
NEXT | 'N' | |
ERROR | 'E' | |
COMPLETE | 'C' |
© 2015–2018 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