Type Alias: IndexedG3XAPNavToNavEvents<Index>
IndexedG3XAPNavToNavEvents<
Index
> ={ [P in keyof BaseG3XAPNavToNavEvents as `${P}_${Index}`]: BaseG3XAPNavToNavEvents[P] }
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Autopilot/G3XAPEvents.ts:37
Events related to autopilot nav-to-nav guidance from an indexed G3X external navigators, keyed by indexed topic names.
Type Parameters
Type Parameter | Default type |
---|---|
Index extends G3XExternalNavigatorIndex | G3XExternalNavigatorIndex |