CoreType

public enum CoreType : String, Codable

All Coaty core types as defined in https://github.com/coatyio/coaty-js/blob/master/src/model/types.ts

Value definitions.

  • Undocumented

    Declaration

    Swift

    case CoatyObject = "CoatyObject"
  • Undocumented

    Declaration

    Swift

    case User = "User"
  • Undocumented

    Declaration

    Swift

    case Annotation = "Annotation"
  • Undocumented

    Declaration

    Swift

    case Task = "Task"
  • Undocumented

    Declaration

    Swift

    case IoSource = "IoSource"
  • Undocumented

    Declaration

    Swift

    case IoActor = "IoActor"
  • Undocumented

    Declaration

    Swift

    case IoNode = "IoNode"
  • Undocumented

    Declaration

    Swift

    case IoContext = "IoContext"
  • Undocumented

    Declaration

    Swift

    case Identity = "Identity"
  • Log

    Undocumented

    Declaration

    Swift

    case Log = "Log"
  • Undocumented

    Declaration

    Swift

    case Location = "Location"
  • Undocumented

    Declaration

    Swift

    case Snapshot = "Snapshot"
  • Gets the object type of this core type.

    Declaration

    Swift

    public var objectType: String { get }

Codable methods.

  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws