Documentation / jalali-js / TimelineOptions
Interface: TimelineOptions
Defined in: event-calendar.ts:18
Options for view: 'timeline'. Defaults match a vertical, circular-marker list with icons on and a single-sided rail.
Properties
alternating?
optionalalternating?:boolean
Defined in: event-calendar.ts:33
Prefer layout: 'alternating'. When layout is omitted, true maps to alternating.
direction?
optionaldirection?:TimelineDirection
Defined in: event-calendar.ts:19
layout?
optionallayout?:TimelineLayout
Defined in: event-calendar.ts:28
Card layout. single keeps every card on one side of the rail. alternating puts cards on both sides of a straight center rail. roadmap uses a serpentine dashed road with markers on the curve peaks. Default: 'single'.
markerShape?
optionalmarkerShape?:TimelineMarkerShape
Defined in: event-calendar.ts:20
markerSize?
optionalmarkerSize?:number
Defined in: event-calendar.ts:35
Marker diameter in CSS pixels. When omitted, CSS --jalali-timeline-marker-size applies.
showIcons?
optionalshowIcons?:boolean
Defined in: event-calendar.ts:21