# leaf

> True if this node is a leaf. A leaf doesn't have any children.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.Search](/engine/6000.7/script-reference/unityeditor/search.md)
* **Assembly:** UnityEditor

```csharp
bool leaf { get; }
```
