Skip to content

HudAction

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

Interface: HudAction

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

One button the host adds to the information panel footer.

Properties

label

readonly label: string

The text on the button.

Methods

onSelect()

onSelect(system): void

What the host runs on a click. The library ignores what it returns.

Parameters

system

RealSystem

Returns

void

Clone this wiki locally