Appearance
Interface: Progressible
Defined in: src/progress/Progressible.ts:15
A trackable item with a title, status, and optional result.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
status | ProgressibleStatus | Current status of the item. | src/progress/Progressible.ts:17 |
title | string | Display title for the item. | src/progress/Progressible.ts:19 |
result? | any | Result value after completion. | src/progress/Progressible.ts:21 |
description? | string | Short description of what the item does. | src/progress/Progressible.ts:23 |