Skip to main content

Type Alias: DisplayPanePowerOnViewKeysOptions

DisplayPanePowerOnViewKeysOptions = object

Defined in: workingtitle-instruments-g3000/html_ui/MFD/DisplayPanes/DisplayPanePowerOnOptions.ts:7

Options defining the display pane views to select and designate at initial system power-on for a controllable display pane.

Properties

designatedWeatherKey?

optional designatedWeatherKey: string | null | () => string | null

Defined in: workingtitle-instruments-g3000/html_ui/MFD/DisplayPanes/DisplayPanePowerOnOptions.ts:23

The key of the display pane view to set as the designated weather pane view at initial system power-on, or a function that returns the key. If the value is null instead of a key, then the existing designated weather pane view will be retained at system power-on. Defaults to null.


displayKey?

optional displayKey: string | () => string

Defined in: workingtitle-instruments-g3000/html_ui/MFD/DisplayPanes/DisplayPanePowerOnOptions.ts:16

The key of the display pane view to select and designate at initial system power-on, or a function that returns the key. Defaults to the following based on the display pane:

  • DisplayPaneIndex.LeftPfd: DisplayPaneViewKeys.NavigationMap
  • DisplayPaneIndex.LeftMfd: DisplayPaneViewKeys.NavigationMap
  • DisplayPaneIndex.RightMfd: DisplayPaneViewKeys.TrafficMap
  • DisplayPaneIndex.RightPfd: DisplayPaneViewKeys.NavigationMap