childrenKeyPath(for:)
Returns the key path used to find the children in the specified tree node.
Declaration
func childrenKeyPath(for node: NSTreeNode) -> String?Parameters
- node:
A tree node in the tree controller’s content.
Return Value
A string containing the key path in node that provides the child nodes.