# `GSGlyphEditView.currentAttributes`

*Instance Property*

## Declaration

```swift
var currentAttributes: [AnyHashable : Any] { get set }
```

```objc
@property (nonatomic, strong) NSDictionary * currentAttributes;
```

```python
currentAttributes() -> dict
setCurrentAttributes_(currentAttributes: dict)
```

