NotificationKind

Deprecation Notes

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' }

Properties

PropertyTypeDescription
NEXT
ERROR
COMPLETE