# `GSDrawEnvironment.instance`

*Instance Property*

A context instance for looking up additional details.

## Declaration

```swift
var instance: GSInstance? { get set }
```

```objc
@property (direct, strong) GSInstance * instance;
```

```python
instance() -> GSInstance
setInstance_(instance: GSInstance)
```

## Discussion

`nil` when no single instance context exists.

