Skip to main content

Type Alias: TerrainSystemControlEventsForId<ID>

TerrainSystemControlEventsForId<ID> = { [P in keyof BaseTerrainSystemControlEvents as `${P}${TerrainSystemEventSuffix<ID>}`]: BaseTerrainSystemControlEvents[P] }

Defined in: src/garminsdk/terrain/TerrainSystemEvents.ts:106

Events used to control a Garmin terrain alerting system with a specific ID.

Type Parameters

Type Parameter
ID extends string