# `GSMetricStore.metric`

*Instance Property*

## Declaration

```swift
weak var metric: GSMetric? { get set }
```

```objc
@property (nonatomic, weak) GSMetric * metric;
```

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

```python
pyobjc_instanceMethods.metric() -> GSMetric
pyobjc_instanceMethods.setMetric_(metric: GSMetric)
```

