Skip to content

ships.TypeAlias.FixedMountRepairResult

github-actions[bot] edited this page Aug 26, 2026 · 34 revisions

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

Type Alias: FixedMountRepairResult

FixedMountRepairResult = { slot: string; status: "repaired"; symbol: string; } | { slot: string; status: "unchanged"; symbol: string; } | { slot: string; status: "defaultUnavailable"; symbol?: string; } | { reason: "notFixedMount"; slot: string; status: "refused"; }

Defined in: src/ships/ship-loadout.ts:233

Result of ShipLoadout.repairFixedMount, discriminated by status.

Union Members

Type Literal

{ slot: string; status: "repaired"; symbol: string; }

slot

readonly slot: string

Slot key in the build's own spelling.

status

readonly status: "repaired"

The hull default was installed.

symbol

readonly symbol: string

Installed module symbol.


Type Literal

{ slot: string; status: "unchanged"; symbol: string; }

slot

readonly slot: string

Slot key in the build's own spelling.

status

readonly status: "unchanged"

The fixed mount already held a valid module.

symbol

readonly symbol: string

Current module symbol.


Type Literal

{ slot: string; status: "defaultUnavailable"; symbol?: string; }

slot

readonly slot: string

Slot key in the build's own spelling when one exists, otherwise the request.

status

readonly status: "defaultUnavailable"

No resolvable hull default exists for the fixed mount.

symbol?

readonly optional symbol?: string

Default module symbol, when the loadout names one but its stats are unavailable.


Type Literal

{ reason: "notFixedMount"; slot: string; status: "refused"; }

reason

readonly reason: "notFixedMount"

Stable refusal reason.

slot

readonly slot: string

Slot key in the build's own spelling when one exists, otherwise the request.

status

readonly status: "refused"

The requested mount is not fixed.

API

Guides
astro
Classes (1)
ProceduralSystem

Properties

Accessors

Methods

Interfaces (16)
Type Aliases (3)
Variables (11)
Functions (37)
Subpath modules (3)
commodities
Interfaces (1)
Type Aliases (1)
Variables (3)
Functions (3)
equipment
Interfaces (6)
Type Aliases (8)
Variables (3)
Functions (10)
Subpath modules (2)
i18n
Interfaces (1)
Type Aliases (1)
Functions (17)
materials
Enumerations (2)
Interfaces (2)
Type Aliases (2)
Variables (9)
Functions (9)
ships
Classes (3)
BuildMetrics

Methods

LoadoutEditError

Constructors

Properties

Methods

ShipLoadout

Accessors

Methods

Interfaces (125)
Type Aliases (44)
Variables (10)
Functions (85)
Subpath modules (8)

Clone this wiki locally