Skip to main content

Type Alias: GarminChecklistBranchItemDef

GarminChecklistBranchItemDef = ChecklistBranchItemDef & object

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

A definition for a Garmin note checklist item.

Type Declaration

indent

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

The indentation level of the item.

omitCheckbox

readonly omitCheckbox: boolean

Whether to omit the checkbox when rendering the item.

textColor

readonly textColor: GarminChecklistItemTextColor

The item's text color.

uid?

readonly optional uid: string

The unique ID of the item.