ChildrenUpdateFullDetails
public struct ChildrenUpdateFullDetails : Equatable, CustomStringConvertible
A value representing the keys and the values of the updated children of a node.
-
The keys of the removed children.
Declaration
Swift
public let removals: Set<WebcomKey>
-
Declaration
Swift
public var description: String { get }