Options
All
  • Public
  • Public/Protected
  • All
Menu

model interface for a single checklist item

Hierarchy

  • ChecklistItem

Index

Properties

activationRule: ChecklistActivationRule

Activation rule that determines when this item should be shown or enabled

isCompleted: boolean

Whether the item has been completed

isManuallyHandled?: boolean

Whether the agent has manually interacted with this item (checked or unchecked). When true, the timer-based auto-completion is permanently disabled for this item, even across page refreshes. Manual interaction always takes highest priority.

itemId: string

Unique identifier for the checklist item

name: string

Display name/label of the checklist item

timerStartTimestamp?: number

Timestamp in milliseconds when timer-based completion was initiated. Used to calculate remaining time on refresh for timer resume logic.

Generated using TypeDoc