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

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

Interface: ExperimentalEffectUpdated

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

Successful effect-only engineering edit.

Properties

experimentalEffectSymbol

readonly experimentalEffectSymbol: string | null

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

Effect symbol after the edit, or null when it was removed.


kind

readonly kind: "updated"

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

Discriminator for an edit that changed the fitted module.


previousExperimentalEffectSymbol

readonly previousExperimentalEffectSymbol: string | null

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

Effect symbol before the edit, or null when none was present.

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