# `GSAnchor.context`

*Instance Property*

The OpenType feature context for a context anchor, or `nil` when none is specified.

## Declaration

```swift
var context: String? { get set }
```

```objc
@property (nonatomic, strong) NSString * context;
```

```python
context() -> str
setContext_(context: str)
```

## Discussion

Context anchors have a name beginning with `*`. Each line defines a separate context in which the anchor replaces its unprefixed counterpart.

