Skip to content

@maxhealth.tech/prefab / auto / AutoTimelineEvent

Interface: AutoTimelineEvent

Defined in: auto/timeline.ts:26

Properties

title

ts
title: string;

Defined in: auto/timeline.ts:28

Event title.


timestamp

ts
timestamp: string;

Defined in: auto/timeline.ts:30

Timestamp string.


description?

ts
optional description?: string;

Defined in: auto/timeline.ts:32

Optional description.


status?

ts
optional status?: string;

Defined in: auto/timeline.ts:34

Status string — mapped to dot color.


badge?

ts
optional badge?: string;

Defined in: auto/timeline.ts:36

Badge text.


badgeVariant?

ts
optional badgeVariant?: BadgeVariant;

Defined in: auto/timeline.ts:38

Badge variant.

Released under the MIT License.