# `GlyphsTool.subGroupID`

*Instance Property*

The sub group ID defines the position in the tool stack in the toolbar. when the subGroupID is equal, sorted by name

## Declaration

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

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

```python
subGroupID() -> int
```

