Skip to main content

Type Alias: FlightPathCalculatorControlEventsForId<ID>

FlightPathCalculatorControlEventsForId<ID> = { [P in keyof BaseFlightPathCalculatorControlEvents as `${P}${FlightPathCalculatorControlEventSuffix<ID>}`]: BaseFlightPathCalculatorControlEvents[P] }

Defined in: src/sdk/flightplan/flightpath/FlightPathCalculatorControlEvents.ts:19

Events used to control a flight path calculator with a specific ID.

Type Parameters

Type Parameter
ID extends string