Skip to content

SystemIconInput

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

Type Alias: SystemIconInput

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

SystemIconInput = string | { color: readonly [number, number, number]; url: string; }

One entry of a record's icons. A string names a built-in symbol; an object names the host's own vector and the colour of its arrow. The colour is required, because the library draws the arrow and reads no colour out of a file it does not parse.

Clone this wiki locally