Skip to content

HudHandle

github-actions[bot] edited this page Sep 23, 2026 · 2 revisions

Interface: HudHandle

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

What the HUD builder gives back. The map handle carries it as hud.

Properties

element

readonly element: HTMLElement

The root element of the HUD.

Methods

dispose()

dispose(): void

Removes the HUD element and every listener it added.

Returns

void


refresh()

refresh(): void

Rebuilds the panels from the map's current state.

Returns

void

Clone this wiki locally