# `GSEditViewController.isInterpolated`

*Instance Property*

Whether the edit view displays an interpolation instead of an editable layer.

## Declaration

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

```objc
@property (nonatomic, readonly) BOOL isInterpolated;
```

```python
isInterpolated() -> bool
```

