Type Alias: WeatherMapDisplayPaneUserSettingTypes<Index>
WeatherMapDisplayPaneUserSettingTypes<
Index
> ={ [Name in keyof WeatherMapUserSettingTypes as `${Name}_${Index}`]: WeatherMapUserSettingTypes[Name] }
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/WeatherMapUserSettings.ts:17
True weather map settings for an indexed controllable display pane.
Type Parameters
Type Parameter |
---|
Index extends ControllableDisplayPaneIndex |