Skip to content
Glyphs
  • Python
  • Core:
  • Objective-C
  • Swift
  • Python
  • GlyphsCore
    • GSShape
      • GSShapeGroup
        • groupId
  1. GlyphsCore
  2. GSShape
  3. GSShapeGroup

Instance Property

groupId

The per-layer identifier of the group.

Declaration

var groupId: GSShapeGroup.ID { get set }

Declaration

@property (strong) GSShapeGroupID groupId;

Declaration

groupId() -> GSShapeGroupID
setGroupId_(groupId: GSShapeGroupID)

Discussion

The empty string is reserved for the root group.

See Also

Identity

  • rootGSShapeGroupIDRootGSShapeGroupIDRoot

    The group ID reserved for the root group of a layer.

  • isRootrootroot

    Whether the group is the root of the shape tree.