CommandRecord

public protocol CommandRecord: CommandContents

Additional properties of a Command, after the Command has been committed

  • The unique identifier of this Command

    Declaration

    Swift

    var commandId: String
  • The document type of the command. Always command.

    Declaration

    Swift

    var documentType: DocumentTypes