Skip to main content

Type Alias: GarminChecklistNormalLinkItemDef

GarminChecklistNormalLinkItemDef = ChecklistLinkItemDef & object

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

A definition for a normal Garmin link checklist item.

Type Declaration

indent

readonly indent: 0 | 1 | 2 | 3 | 4

The indentation level of the item.

justify

readonly justify: "left" | "center" | "right"

The item's text justification.

linkType

readonly linkType: Normal

The link type of the item.

textColor

readonly textColor: GarminChecklistItemTextColor

The item's text color.