Skip to content

SystemDetailValue

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

Interface: SystemDetailValue

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

One extra value a host gives the panel.

Properties

copy?

readonly optional copy?: string

What a copy button beside value writes. A section carries none.


label

readonly label: string

The name of the value. It is required and it is not empty.


markdown?

readonly optional markdown?: string

A body in the Markdown subset. The entry draws as its own section.


value?

readonly optional value?: string

Short text. The entry joins the field grid.

Clone this wiki locally