@maxhealth.tech/prefab / auto / AutoProgressStep
Interface: AutoProgressStep
Defined in: auto/progress.ts:20
Properties
label
ts
label: string;Defined in: auto/progress.ts:22
Step label.
status
ts
status: "completed" | "active" | "pending";Defined in: auto/progress.ts:24
Step status: 'completed', 'active', or 'pending'.
description?
ts
optional description?: string;Defined in: auto/progress.ts:26
Optional description.