AVP 3DWS Deck Documentation
    Preparing search index...

    Type Alias DeckNotificationEvent

    DeckNotificationEvent:
        | DeckUpdateEvent
        | DeckConnectedEvent
        | DeckStreamInitializedEvent
        | DeckReadinessEvent
        | DeckDisconnectedEvent

    Notification event union covering all events dispatched via emitEvent. These are regular notification events that carry either data or carry no payload. Exception events are handled separately via DeckException and not included here.