Skip to main content

Interface: DisplayPaneControlEvents<T>

Events for controlling the display panes.

Type parameters

NameType
Textends DisplayPaneViewEventTypes = DisplayPaneViewEventTypes

Properties

change_display_pane_select_left

change_display_pane_select_left: DisplayPaneControlGtcIndex

Selects the next display pane to the left, if possible, for the given GTC.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/DisplayPanes/DisplayPaneControlEvents.ts:14


change_display_pane_select_right

change_display_pane_select_right: DisplayPaneControlGtcIndex

Selects the next display pane to the right, if possible, for the given GTC.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/DisplayPanes/DisplayPaneControlEvents.ts:17


display_pane_view_event

display_pane_view_event: DisplayPaneViewEvent<T, keyof T & string>

An event targeting the active view in a specific display pane.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/DisplayPanes/DisplayPaneControlEvents.ts:31


gtc_1_display_pane_select

gtc_1_display_pane_select: -1 | ControllableDisplayPaneIndex

Selects a display pane for the left GTC, or -1 for no selection.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/DisplayPanes/DisplayPaneControlEvents.ts:8


gtc_2_display_pane_select

gtc_2_display_pane_select: -1 | ControllableDisplayPaneIndex

Selects a display pane for the right GTC, or -1 for no selection.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/DisplayPanes/DisplayPaneControlEvents.ts:11


toggle_mfd_split

toggle_mfd_split: DisplayPaneControlGtcIndex

Toggles MFD split mode. When changing from half to full mode, the data for the event determines which MFD display pane will be displayed in full mode (left for left GTC, right for right GTC).

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/DisplayPanes/DisplayPaneControlEvents.ts:28


toggle_pfd_split

toggle_pfd_split: PfdIndex

Toggles PFD split mode. The data for the event determines which PFD is changed.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/DisplayPanes/DisplayPaneControlEvents.ts:22