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