Interface: ChecklistPaneViewItemProps
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/ChecklistPane/ChecklistPaneViewItemList.tsx:226
Component props for ChecklistPaneViewItem.
Extends
ComponentProps
Properties
checklistSet
checklistSet:
ChecklistSet
<GarminChecklistItemTypeDefMap
,G3000ChecklistMetadata
,G3000ChecklistGroupMetadata
,void
,void
>
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/ChecklistPane/ChecklistPaneViewItemList.tsx:228
The checklist set containing the item to display.
children?
optional
children:DisplayChildren
[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
ComponentProps.children
index
index:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/ChecklistPane/ChecklistPaneViewItemList.tsx:231
The index of the checklist item to display.
item
item:
GarminChecklistItem
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/ChecklistPane/ChecklistPaneViewItemList.tsx:234
The checklist item to display.
ref?
optional
ref:NodeReference
<any
>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
ComponentProps.ref
selectedIndex
selectedIndex:
Subscribable
<number
>
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/ChecklistPane/ChecklistPaneViewItemList.tsx:237
The index of the selected checklist item.