Label

public class Label : Item

Attached to an Item, to mark it to be something.

  • 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 }