Disable a NSTextView

Seems most input controls in macOS (Swift/ObjC) have an isEnabled property
EXCEPT for NSTextView and NSScrollView

Does anyone know what it takes to set either/both of these to a disabled state?

Seems the best answer is to use .isEditable