Skip to main content

Type Alias: GarminChecklistNoteItemDef

GarminChecklistNoteItemDef = ChecklistNoteItemDef & object

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

A definition for a Garmin note 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.

textColor

readonly textColor: GarminChecklistItemTextColor

The item's text color.