ships.Interface.SlefHeader - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

@elite-dangerous-almanac/core / ships / SlefHeader

Interface: SlefHeader

Defined in: src/ships/slef.ts:37

The envelope header — which app produced the export.

Properties

appCustomProperties?

readonly optional appCustomProperties?: Readonly<Record<string, unknown>>

Defined in: src/ships/slef.ts:48

App-specific extra fields, when given.


appName

readonly appName: string

Defined in: src/ships/slef.ts:39

Exporting app's name, e.g. "EDSY".


appURL?

readonly optional appURL?: string

Defined in: src/ships/slef.ts:46

A link back to the build in the exporting app, when given.


appVersion

readonly appVersion: string | number

Defined in: src/ships/slef.ts:44

Exporting app's version. The spec calls for a string; some apps emit a number, so both are accepted.

⚠️ **GitHub.com Fallback** ⚠️