ChildrenUpdateKeys

public struct ChildrenUpdateKeys : Equatable, CustomStringConvertible

A value representing the keys of the updated children of a node.

Stored Properties

  • The keys of the added children.

    Declaration

    Swift

    public let additions: Set<WebcomKey>
  • The keys of the changed children.

    Declaration

    Swift

    public let changes: Set<WebcomKey>
  • The keys of the removed children.

    Declaration

    Swift

    public let removals: Set<WebcomKey>

CustomStringConvertible Protocol

  • Declaration

    Swift

    public var description: String { get }