Timeline Pass Through

Pass Through documentation for Timeline component

Viewer#

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

Loading...

TimelineRoot PT Options#

Defines passthrough(pt) options of Timeline component.

labeltypedescription
rootTimelineRootPassThroughType<InputHTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
eventTimelineRootPassThroughType<InputHTMLAttributes<HTMLDivElement>>Used to pass attributes to the event's DOM element.
contentTimelineRootPassThroughType<InputHTMLAttributes<HTMLDivElement>>Used to pass attributes to the content's DOM element.
oppositeTimelineRootPassThroughType<InputHTMLAttributes<HTMLDivElement>>Used to pass attributes to the opposite's DOM element.
separatorTimelineRootPassThroughType<InputHTMLAttributes<HTMLDivElement>>Used to pass attributes to the separator's DOM element.
markerTimelineRootPassThroughType<InputHTMLAttributes<HTMLDivElement>>Used to pass attributes to the marker's DOM element.
connectorTimelineRootPassThroughType<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.