# `GlyphsTool.groupID`

*Instance Property*

The group ID defines the position of the tool in the toolbar.

## Declaration

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

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

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

## Discussion

- selection tools (select, text): 10
- editTools (draw): 20
- navigationTools (hand, zoom): 30

