ChildrenUpdateFullDetails

public struct ChildrenUpdateFullDetails : Equatable, CustomStringConvertible

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

Stored Properties

API

  • The first added or changed child.

    If additions is not empty, this property returns its first element, otherwise if changes is not empty, this property returns its first element, otherwise this property returns nil.

    Declaration

    Swift

    public var firstAdditionOrChange: (key: WebcomKey, value: DataValue)? { get }

CustomStringConvertible Protocol

  • Declaration

    Swift

    public var description: String { get }