Timeline Pass Through

Pass Through documentation for Timeline component

Viewer#

Some sections may not be visible due to the availability of the particular feature.

Ordered
Processing
Shipped
Delivered

Timeline PT Options#

Defines passthrough(pt) options of Timeline component.

labeltypedescription
rootTimelinePassThroughType<InputHTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
eventTimelinePassThroughType<InputHTMLAttributes<HTMLDivElement>>Used to pass attributes to the event's DOM element.
contentTimelinePassThroughType<InputHTMLAttributes<HTMLDivElement>>Used to pass attributes to the content's DOM element.
oppositeTimelinePassThroughType<InputHTMLAttributes<HTMLDivElement>>Used to pass attributes to the opposite's DOM element.
separatorTimelinePassThroughType<InputHTMLAttributes<HTMLDivElement>>Used to pass attributes to the separator's DOM element.
markerTimelinePassThroughType<InputHTMLAttributes<HTMLDivElement>>Used to pass attributes to the marker's DOM element.
connectorTimelinePassThroughType<InputHTMLAttributes<HTMLDivElement>>Used to pass attributes to the connector's DOM element.

TimelineEvent PT Options#

Defines passthrough(pt) options of TimelineEvent component.

labeltypedescription
rootTimelineEventPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

TimelineContent PT Options#

Defines passthrough(pt) options of TimelineContent component.

labeltypedescription
rootTimelineContentPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

TimelineOpposite PT Options#

Defines passthrough(pt) options of TimelineOpposite component.

labeltypedescription
rootTimelineOppositePassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

TimelineSeparator PT Options#

Defines passthrough(pt) options of TimelineSeparator component.

labeltypedescription
rootTimelineSeparatorPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

TimelineMarker PT Options#

Defines passthrough(pt) options of TimelineMarker component.

labeltypedescription
rootTimelineMarkerPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

TimelineConnector PT Options#

Defines passthrough(pt) options of TimelineConnector component.

labeltypedescription
rootTimelineConnectorPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.