@kayahr/ed-journal

    Interface DockingCancelled

    Written when the player cancels a docking request.

    interface DockingCancelled {
        event: "DockingCancelled";
        MarketID?: number;
        StationName?: string;
        StationType?: string;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "DockingCancelled"

    The type of event.

    MarketID?: number
    StationName?: string
    StationType?: string
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR