Skip to content
Glyphs
  • Python
  • Core:
  • Objective-C
  • Swift
  • Python
  • GlyphsCore
    • GSInstance
      • type
  1. GlyphsCore
  2. GSInstance

Instance Property

type

The type of the instance.

Declaration

var type: GSInstanceType { get set }

Declaration

@property (assign) GSInstanceType type;

Declaration

See also type in the Python API

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