# `InspectorViewNodesController.widthField`

*Instance Property*

## Declaration

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

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

```python
widthField() -> NSTextField
setWidthField_(widthField: NSTextField)
```

