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

    Interface ExtendedNavRoute

    Extended nav route data written to separate 'NavRoute.json' file.

    interface ExtendedNavRoute {
        event: "NavRoute" | "NavRouteClear";
        Route: {
            StarClass: StarType;
            StarPos: [number, number, number];
            StarSystem: string;
            SystemAddress: ID;
        }[];
        timestamp: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    event: "NavRoute" | "NavRouteClear"

    The type of event.

    Route: {
        StarClass: StarType;
        StarPos: [number, number, number];
        StarSystem: string;
        SystemAddress: ID;
    }[]
    timestamp: string

    The time in GMT, ISO 8601.