-
The color of this Item.
Declaration
Swift
@objc dynamic var color: String?
-
The name of the item.
Declaration
Swift
@objc dynamic var name: String?
-
A comment on this Item.
Declaration
Swift
var comment: Results<Comment>? { get }
-
The Item this Item applies to.
Declaration
Swift
var appliesTo: [Item]? { get }
-
Undocumented
Declaration
Swift
public required convenience init(from decoder: Decoder) throws
-
Declaration
Swift
override var computedTitle: String { get }