Interface NavRoute

When plotting a multi-star route, the file “NavRoute.json” is written in the same directory as the journal, with a list of stars along that route.

interface NavRoute {
    event: "NavRoute";
    timestamp: string;
}

Hierarchy (view full)

Properties

Properties

event: "NavRoute"

The type of event.

timestamp: string

The time in GMT, ISO 8601.