# `GSInstance instanceInterpolationsWithUpdates:`

*Instance Method*

Returns the instance interpolations with updates.

## Declaration

```swift
func instanceInterpolations(withUpdates updateKVO: Bool) -> [AnyHashable : Any]?
```

```objc
- (NSDictionary *) instanceInterpolationsWithUpdates:(BOOL) updateKVO;
```

```python
instanceInterpolationsWithUpdates_(updateKVO: bool) -> dict
```

## Parameters

- `updateKVO` — A boolean indicating whether to update KVO.

## Return Value

The instance interpolations dictionary.

