Skip to main content

Type Alias: GarminChecklistBranchItemLinkItemDef

GarminChecklistBranchItemLinkItemDef = ChecklistLinkItemDef & object

Defined in: src/garminsdk/checklist/GarminChecklistDefinitions.ts:91

A definition for a Garmin link checklist item that targets a branch linked to a branch item.

Type Declaration

branchItem

readonly branchItem: string

The unique ID of the item's parent branch item.

linkIndex

readonly linkIndex: number

The index of the item's target branch in the parent branch item's branch array.

linkType

readonly linkType: BranchItem

The link type of the item.