# `GSGlyphInfo.index`

*Instance Property*

## Declaration

```swift
var index: uint32 { get set }
```

```objc
@property (nonatomic) uint32 index;
```

[See also `index` in the Python API](https://docu.glyphsapp.com/#GSGlyphInfo.index)

```python
pyobjc_instanceMethods.index() -> uint32
pyobjc_instanceMethods.setIndex_(index: uint32)
```

