Type Alias: LNavEventBusTopicPublisherRecord
LNavEventBusTopicPublisherRecord =
{ [P in keyof Omit<BaseLNavEvents, "lnav_is_awaiting_calc">]: LNavEventBusTopicPublisher<P> }
Defined in: src/sdk/autopilot/lnav/LNavOverrideModule.ts:25
A record of LNAV event bus topic publishers, keyed by base topic name.