Skip to main content

Interface: ChecklistPaneViewProps

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/ChecklistPane/ChecklistPaneView.tsx:22

Component props for ChecklistPaneView.

Extends

Properties

bus

bus: EventBus

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/ChecklistPane/ChecklistPaneView.tsx:24

The event bus.


checklistDef

checklistDef: G3000ChecklistSetDef

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/ChecklistPane/ChecklistPaneView.tsx:27

The definition for the set of checklists displayed by the pane.


checklistStateProvider

checklistStateProvider: G3000ChecklistStateProvider

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/ChecklistPane/ChecklistPaneView.tsx:30

A provider of checklist state.


children?

optional children: DisplayChildren[]

Defined in: src/sdk/components/FSComponent.ts:122

The children of the display component.

Inherited from

DisplayPaneViewProps.children


halfSizeOnly?

optional halfSizeOnly: boolean

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/DisplayPanes/DisplayPaneView.ts:14

Whether the view can only be displayed in half-size panes.

Inherited from

DisplayPaneViewProps.halfSizeOnly


index

index: DisplayPaneIndex

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/DisplayPanes/DisplayPaneView.ts:11

The index of the view's parent pane.

Inherited from

DisplayPaneViewProps.index


ref?

optional ref: NodeReference<any>

Defined in: src/sdk/components/FSComponent.ts:125

A reference to the display component.

Inherited from

DisplayPaneViewProps.ref