CoreType
public enum CoreType : String, CodableAll Coaty core types as defined in https://github.com/coatyio/coaty-js/blob/master/src/model/types.ts
- 
                  
                  Undocumented DeclarationSwift case CoatyObject = "CoatyObject"
- 
                  
                  Undocumented DeclarationSwift case User = "User"
- 
                  
                  Undocumented DeclarationSwift case Annotation = "Annotation"
- 
                  
                  Undocumented DeclarationSwift case Task = "Task"
- 
                  
                  Undocumented DeclarationSwift case IoSource = "IoSource"
- 
                  
                  Undocumented DeclarationSwift case IoActor = "IoActor"
- 
                  
                  Undocumented DeclarationSwift case IoNode = "IoNode"
- 
                  
                  Undocumented DeclarationSwift case IoContext = "IoContext"
- 
                  
                  Undocumented DeclarationSwift case Identity = "Identity"
- 
                  
                  Undocumented DeclarationSwift case Log = "Log"
- 
                  
                  Undocumented DeclarationSwift case Location = "Location"
- 
                  
                  Undocumented DeclarationSwift case Snapshot = "Snapshot"
- 
                  
                  Gets the object type of this core type. DeclarationSwift public var objectType: String { get }
- 
                  
                  DeclarationSwift public init(from decoder: Decoder) throws
- 
                  
                  DeclarationSwift public func encode(to encoder: Encoder) throws
 View on GitHub
View on GitHub CoreType Enumeration Reference
        CoreType Enumeration Reference