@spartanfx/react v1.0.4
@spartanfx/react / TimelineStep
Interface: TimelineStep
Defines a single step in the timeline.
Properties
| Property | Type | Description |
|---|
date | Date | Date used for chronological positioning and state evaluation |
icon? | ReactNode | Optional custom icon (React node) |
id | string | Unique identifier for the step |
metadata? | Record<string, unknown> | Optional additional metadata |
name | string | Display name shown in tooltip |
tooltip? | string | Optional tooltip content (defaults to name if not provided) |