AVP 3DWS Deck Documentation
    Preparing search index...

    Type Alias DeckEventDetail

    Event details contained in a DeckEvent

    type DeckEventDetail = {
        message?: string;
        reason: DeckCustomErrorCode;
    }
    Index

    Properties

    Properties

    message?: string