Skip to main content

Type Alias: BaseFlightTimerControlEventsForId<ID>

BaseFlightTimerControlEventsForId<ID> = { [P in keyof BaseFlightTimerControlEvents as `${P}${FlightTimerEventSuffix<ID>}`]: BaseFlightTimerControlEvents[P] }

Defined in: src/sdk/instruments/FlightTimer.ts:86

Events used to control flight timers with a specific ID, keyed by base topic names.

Type Parameters

Type Parameter
ID extends string