Skip to main content
Version: 1.0.4

TimelineStep

@spartanfx/react v1.0.4


@spartanfx/react / TimelineStep

Interface: TimelineStep

Defines a single step in the timeline.

Properties

PropertyTypeDescription
dateDateDate used for chronological positioning and state evaluation
icon?ReactNodeOptional custom icon (React node)
idstringUnique identifier for the step
metadata?Record<string, unknown>Optional additional metadata
namestringDisplay name shown in tooltip
tooltip?stringOptional tooltip content (defaults to name if not provided)