# `GSGlyphEditView.interpolating`

*Instance Property*

Whether Edit View currently shows an interpolation preview.

## Declaration

```swift
var isInterpolating: Bool { get }
```

```objc
@property (nonatomic, readonly, getter=isInterpolating) BOOL interpolating;
```

```python
isInterpolating() -> bool
```

