LabelAnnotation

public class LabelAnnotation : Item

An annotation on another type.

  • The type of label this represents

    Declaration

    Swift

    @objc
    dynamic var labelType: String?
  • The labels for this type

    Declaration

    Swift

    @objc
    dynamic var labels: String?
  • Undocumented

    Declaration

    Swift

    @objc
    dynamic var allowSharing: Bool
  • Undocumented

    Declaration

    Swift

    var annotatedItem: Item? { get }
  • Undocumented

    Declaration

    Swift

    public required convenience init(from decoder: Decoder) throws

USE THIS FOR CHANGES TO SCHEMA FOR IOS THAT AREN’T YET REFLECTED IN THE MAIN SCHEMA.

  • Undocumented

    Declaration

    Swift

    var labelsSet: Set<String> { get set }