-
The child element
Declaration
Swift
public var element: Element -
An optional key to disambiguate between view updates
Declaration
Swift
public var key: AnyHashable? -
Create a new child.
Declaration
Swift
public init(element: Element, key: AnyHashable? = nil) -
Declaration
Swift
public init(_ element: Element)
View on GitHub
Child Structure Reference