UpdateEventData

public class UpdateEventData : CommunicationEventData

Defines event data format for update operations on an object.

Public attributes.

  • The object with properties to be updated.

    Declaration

    Swift

    public var object: CoatyObject

Codable methods.

  • Undocumented

    Declaration

    Swift

    override public func encode(to encoder: Encoder) throws