Skip to content
github-actions[bot] edited this page Sep 21, 2026 · 1 revision

Interface: Line

Imported from @elite-dangerous-almanac/galaxy-map.

One line the set holds. Its points are resolved game coordinates.

Properties

categories?

readonly optional categories?: readonly string[]

The categories the line names, in order and without a repeat.


closed

readonly closed: boolean


color?

readonly optional color?: readonly [number, number, number]

The line's own colour, absent where it takes the colour of a category.


name?

readonly optional name?: string


points

readonly points: readonly readonly [number, number, number][]


width

readonly width: number

Clone this wiki locally