Interface: DisplayPaneViewEventTypes
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/DisplayPanes/DisplayPaneViewEvents.ts:6
Common events which can be sent to display pane views.
Extended by
ChecklistPaneViewEventTypes
NavigationMapPaneViewEventTypes
NearestPaneViewEventTypes
ProcedurePreviewPaneViewEventTypes
WaypointInfoPaneViewEventTypes
Properties
display_pane_map_pointer_active_set
display_pane_map_pointer_active_set:
boolean
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/DisplayPanes/DisplayPaneViewEvents.ts:14
Activates/deactivates the map pointer.
display_pane_map_pointer_active_toggle
display_pane_map_pointer_active_toggle:
void
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/DisplayPanes/DisplayPaneViewEvents.ts:17
Toggles the map pointer.
display_pane_map_pointer_move
display_pane_map_pointer_move: [
number
,number
]
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/DisplayPanes/DisplayPaneViewEvents.ts:20
Moves the map pointer by [x, y]
pixels.
display_pane_map_range_dec
display_pane_map_range_dec:
void
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/DisplayPanes/DisplayPaneViewEvents.ts:11
Decrements the map range.
display_pane_map_range_inc
display_pane_map_range_inc:
void
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/DisplayPanes/DisplayPaneViewEvents.ts:8
Increments the map range.