Skip to main content

Interface: AvionicsSystemStateEvent

An event that contains an avionics system state change.

Properties

current

current: undefined | AvionicsSystemState

The state that the system was changed to.

Defined in

src/sdk/system/AvionicsSystem.ts:19


previous

previous: undefined | AvionicsSystemState

The previous system state.

Defined in

src/sdk/system/AvionicsSystem.ts:16