Timeline QML Type
A vertical timeline for displaying chronological events. More...
| Import Statement: | import FluentUI.Controls 1.0 |
Properties
Detailed Description
Timeline displays a sequence of events in chronological order along a vertical axis. Each event is rendered using a delegate component, allowing flexible customization of the content and appearance.
Property Documentation
delegate : Component
The delegate component used to render each event entry in the timeline. The delegate receives the model data and can access roles such as title, description, and date from the model.
model : var
The model providing the event data for the timeline. Each entry typically contains fields such as title, description, date, and any additional data displayed by the delegate.