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.
| label | type | description |
|---|---|---|
| root | TimelineRootPassThroughType<InputHTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| event | TimelineRootPassThroughType<InputHTMLAttributes<HTMLDivElement>> | Used to pass attributes to the event's DOM element. |
| content | TimelineRootPassThroughType<InputHTMLAttributes<HTMLDivElement>> | Used to pass attributes to the content's DOM element. |
| opposite | TimelineRootPassThroughType<InputHTMLAttributes<HTMLDivElement>> | Used to pass attributes to the opposite's DOM element. |
| separator | TimelineRootPassThroughType<InputHTMLAttributes<HTMLDivElement>> | Used to pass attributes to the separator's DOM element. |
| marker | TimelineRootPassThroughType<InputHTMLAttributes<HTMLDivElement>> | Used to pass attributes to the marker's DOM element. |
| connector | TimelineRootPassThroughType<InputHTMLAttributes<HTMLDivElement>> | Used to pass attributes to the connector's DOM element. |
TimelineEvent PT Options#
Defines passthrough(pt) options of TimelineEvent component.
| label | type | description |
|---|---|---|
| root | TimelineEventPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
TimelineContent PT Options#
Defines passthrough(pt) options of TimelineContent component.
| label | type | description |
|---|---|---|
| root | TimelineContentPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
TimelineOpposite PT Options#
Defines passthrough(pt) options of TimelineOpposite component.
| label | type | description |
|---|---|---|
| root | TimelineOppositePassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
TimelineSeparator PT Options#
Defines passthrough(pt) options of TimelineSeparator component.
| label | type | description |
|---|---|---|
| root | TimelineSeparatorPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
TimelineMarker PT Options#
Defines passthrough(pt) options of TimelineMarker component.
| label | type | description |
|---|---|---|
| root | TimelineMarkerPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
TimelineConnector PT Options#
Defines passthrough(pt) options of TimelineConnector component.
| label | type | description |
|---|---|---|
| root | TimelineConnectorPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |