@squawk
    Preparing search index...

    Interface AircraftLostEventDetail

    Detail payload carried by the aircraft:lost event as CustomEvent.detail, dispatched when an aircraft has not been updated within the feed's staleness window.

    interface AircraftLostEventDetail {
        icaoHex: string;
        lastAircraft: Aircraft;
    }
    Index
    icaoHex: string

    24-bit ICAO hex address of the aircraft that was lost.

    lastAircraft: Aircraft

    The aircraft's last known normalized state before it was lost.