Configuration
To enable events add the following configuration to your soundcheck config:@spotify/backstage-plugin-soundcheck-node, as this package includes typing for the events.
Event Types
There are currently two types of events supported,CheckStatusChangeEvent and CertificationChangeEvent.
CheckStatusChangeEvent
This event is emitted when a check status changes, for example if a check status goes fromfailed to passed.
Example Payload:
previousState field will be undefined.
To use this event you can subscribe to it via events service:
CertificationStatusChangeEvent
This event is emitted when a certification state changes, for example if a certification for a level goes fromfailed to passed.
Example Payload:
previousState field will be undefined.
To use this event you can subscribe to it via events service: