Skip to main content

Interface: BaseChecklistPaneStateEvents

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/ChecklistPane/ChecklistPaneStateEvents.ts:15

Events describing state changes for checklist pane views keyed by base topic names.

Properties

checklist_pane_selected_branch_stack

checklist_pane_selected_branch_stack: readonly Readonly<ChecklistPaneStateBranchStackEntry>[]

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/ChecklistPane/ChecklistPaneStateEvents.ts:23

The selected checklist branch stack.


checklist_pane_selected_group_index

checklist_pane_selected_group_index: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/ChecklistPane/ChecklistPaneStateEvents.ts:17

The index of the selected checklist group.


checklist_pane_selected_item_index

checklist_pane_selected_item_index: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/ChecklistPane/ChecklistPaneStateEvents.ts:26

The index of the selected checklist item in its checklist or checklist branch.


checklist_pane_selected_list_index

checklist_pane_selected_list_index: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/ChecklistPane/ChecklistPaneStateEvents.ts:20

The index of the selected checklist in its group.