# `GSNameParticle.active`

*Instance Property*

The active.

## Declaration

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

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

[See also `active` in the Python API](https://docu.glyphsapp.com/#GSNameParticle.active)

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

