Skip to content
Glyphs
  • Python
  • Core:
  • Objective-C
  • Swift
  • Python
  • GlyphsCore
    • GSLayer
      • GSLayer Annotations
        • GSAnnotation
          • type
  1. GlyphsCore
  2. GSLayer
  3. GSLayer Annotations
  4. GSAnnotation

Instance Property

type

The type of the annotation

Declaration

var type: GSAnnotationType { get set }

Declaration

@property (nonatomic, assign) GSAnnotationType type;

Declaration

See also type in the Python API

pyobjc_instanceMethods.type() -> GSAnnotationType
pyobjc_instanceMethods.setType_(type: GSAnnotationType)