# `GSSidebarItem.active`

*Instance Property*

## Declaration

```swift
var isActive: Bool { get set }
```

```objc
@property (nonatomic, assign) BOOL active;
```

```python
active() -> bool
setActive_(active: bool)
```

