struct TupleView
Swift
struct TupleView<each Content> where repeat each Content : View
Heterogeneous children from a multi-statement @ViewBuilder block.
Fragment: expands into the parent flex container (not a Yoga box).
Sources/LavaUI/TupleView.swift:3
Constructors
init(content: (repeat each Content))
Not documented.
Sources/LavaUI/TupleView.swift:6
Properties
var content: (repeat each Content)
Not documented.
Sources/LavaUI/TupleView.swift:4
Methods
func mountPrimitive() -> any AnyViewNode
Not documented.
Sources/LavaUI/TupleView.swift:18
func reconcilePrimitive(_ node: any AnyViewNode) -> any AnyViewNode
Not documented.
Sources/LavaUI/TupleView.swift:26
func structureLines(indent: Int = 0) -> [String]
Not documented.
Sources/LavaUI/TupleView.swift:10