# `GSAxis.isDefault`

*Instance Property*

TODO: Add documentation

## Declaration

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

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

```python
isDefault() -> bool
setIsDefault_(isDefault: bool)
```

