Contents

isLeaf

A Boolean that indicates whether the receiver is a leaf node.

Declaration

var isLeaf: Bool { get }

Discussion

true if the receiver is a leaf node (has no child nodes), otherwise false.

See Also

Getting information about a node