Skip to main content

TimelineStep

@spartanfx/react v1.2.2


@spartanfx/react / index / TimelineStep

Interface: TimelineStep

Defines a single step in the timeline.

Properties

Required

PropertyTypeDescription
dateDateDate used for chronological positioning and state evaluation
idstringUnique identifier for the step
namestringDisplay name shown in tooltip

Options

PropertyTypeDescription
icon?ReactNodeOptional custom icon (React node)
metadata?Record<string, unknown>Optional additional metadata
tooltip?stringOptional tooltip content (defaults to name if not provided)