-
Type is either
text/plain
ortext/html
(this isn’t a sensible enum because/
currently gets encoded/decoded inappropriately)Declaration
Swift
public var type: String
-
The text of said type
Declaration
Swift
public var value: String
-
Initialize from components
Declaration
Swift
public init(type: String, value: String)