Interface: ChecklistPaneViewEventTypes
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/ChecklistPane/ChecklistPaneViewEvents.ts:6
Events which can be sent to navigation map display pane views.
Extends
Properties
display_pane_checklist_next
display_pane_checklist_next:
void
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/ChecklistPane/ChecklistPaneViewEvents.ts:11
Issues a select next command to the checklist pane view.
display_pane_checklist_prev
display_pane_checklist_prev:
void
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/ChecklistPane/ChecklistPaneViewEvents.ts:8
Issues a select previous command to the checklist pane view.
display_pane_checklist_push
display_pane_checklist_push:
void
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/ChecklistPane/ChecklistPaneViewEvents.ts:14
Issues a push command to the checklist pane view.
display_pane_checklist_select_list
display_pane_checklist_select_list: readonly [
number,number]
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/ChecklistPane/ChecklistPaneViewEvents.ts:20
Issues a command to select a checklist. The event data is an ordered tuple of: the index of the checklist group containing the checklist to select, and the index of the checklist to select within its group.
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.
Inherited from
DisplayPaneViewEventTypes.display_pane_map_pointer_active_set
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.
Inherited from
DisplayPaneViewEventTypes.display_pane_map_pointer_active_toggle
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.
Inherited from
DisplayPaneViewEventTypes.display_pane_map_pointer_move
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.
Inherited from
DisplayPaneViewEventTypes.display_pane_map_range_dec
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.