# `InspectorViewNodesController.allNodeCountField`

*Instance Property*

## Declaration

```swift
@IBOutlet unowned(unsafe) var allNodeCountField: NSTextField! { get set }
```

```objc
@property (nonatomic, unsafe_unretained) NSTextField * allNodeCountField;
```

```python
allNodeCountField() -> NSTextField
setAllNodeCountField_(allNodeCountField: NSTextField)
```

