@kayahr/ed-journal
    Preparing search index...

    Interface FSDTarget

    Written when selecting a star system to jump to.

    Note, when following a multi-jump route, this will typically appear for the next star, during a jump, ie after "StartJump" but before the "FSDJump"

    interface FSDTarget {
        event: "FSDTarget";
        Name: string;
        RemainingJumpsInRoute?: number;
        StarClass?: StarType;
        SystemAddress: ID;
        timestamp: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    event: "FSDTarget"

    The type of event.

    Name: string
    RemainingJumpsInRoute?: number
    StarClass?: StarType
    SystemAddress: ID
    timestamp: string

    The time in GMT, ISO 8601.