Contents

canInsert

A Boolean value that indicates if an object can be inserted into the tree controller’s content.

Declaration

var canInsert: Bool { get }

Discussion

The value of this property is true if an object can be inserted into the tree controller’s content. This property is observable using key-value observing.

See Also

Adding, inserting and removing objects