# `GSHint.options`

*Instance Property*

## Declaration

```swift
var options: UInt32 { get set }
```

```objc
@property (nonatomic) uint32_t options;
```

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

```python
pyobjc_instanceMethods.options() -> int
pyobjc_instanceMethods.setOptions_(options: int)
```

