ProjectRoadmap
Timeline
Roadmap Timeline from the Project package.
Loading RoadmapTimeline…
Source code
Waiting for the preview before loading source files · 2 of 2
Properties
Public properties derived from the component’s TypeScript signature.
| Property | Type | Default |
|---|---|---|
lanesRequired | readonly RoadmapLane[] | — |
rangeStartOptionalDefaults to the month containing the earliest item start. | number | — |
rangeEndOptionalDefaults to the end of the month containing the latest item end. | number | — |
todayOptionalRenders a vertical marker at this timestamp. | number | — |
selectedItemIdOptional | string | null | null |
emptyLabelOptional | string | "No roadmap items" |
onSelectItemOptional | ((item: RoadmapItem, lane: RoadmapLane) => void) | — |