Files
AntdUI/doc/wiki/en/Control/Timeline.md
2025-10-16 11:03:26 +08:00

1.2 KiB
Raw Blame History

HomeUpdateLogConfigTheme

Timeline

👚

Vertical display timeline.

  • DefaultPropertyItems
  • DefaultEventItemClick

Property

Name Description Type Default Value
ForeColor Text color Color? null
FontDescription Description font Font? null
Gap Gap int? null
Items Data TimelineItem[] TimelineItem[] []
PauseLayout Pause Layout bool false

Event

Name Description Return Value Parameters
ItemClick Occurred when clicking on an item void MouseEventArgs e, TimelineItem value

Data

TimelineItem

Name Description Type Default Value
Name Name string? null
Text Text string Required
Icon Icon Image? null
IconSvg Icon SVG string? null
Visible Is it displayed bool true
Description Description string? null
Type Color Type TTypeMini Primary
Fill Fill color Color? null
Tag User defined data object? null