A mutable array that provides read-write access to the receiver’s child nodes.
SDK
- macOS 10.5+
Framework
- App
Kit
Declaration
var mutableChildren: NSMutable Array { get }
Discussion
Nodes that are inserted into this array have their parent nodes set to the receiver. Nodes that are removed from this array automatically have their parent node set to nil
. The array that is returned is observable using key-value observing.