TimelineNodeView
@MainActor
public struct TimelineNodeView : View
‘TImelineNodeView’ displays an image representing a timeline node.
-
The type of timeline node content to display
Declaration
Swift
@MainActor public var nodeType: TimelineNodeType -
init with node image
Declaration
Swift
@MainActor public init(_ nodeType: TimelineNodeType) -
Declaration
Swift
@ViewBuilder @MainActor public var body: some View { get }