# `GlyphsFileFormat.groupID`

*Instance Property*

The group ID defines the position of the exporter in the toolbar of the export window.

## Declaration

```swift
var groupID: UInt { get }
```

```objc
@property (readonly) NSUInteger groupID;
```

```python
groupID() -> int
```

