# `GSLayoutManager.cachedActiveAttributes`

*Instance Property*

## Declaration

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

```objc
@property (nonatomic, copy) NSDictionary * cachedActiveAttributes;
```

```python
cachedActiveAttributes() -> dict
setCachedActiveAttributes_(cachedActiveAttributes: dict)
```

