# `GSFeaBlock.disabled`

*Instance Property*

Whether the block is included in the exported font.

## Declaration

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

```objc
@property (nonatomic, getter=isDisabled) BOOL disabled;
```

```python
isDisabled() -> bool
setDisabled_(disabled: bool)
```

