---
title: isEmpty
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/navigationpath/isempty
---

# isEmpty

A Boolean that indicates whether this path is empty.

## Declaration

```swift
var isEmpty: Bool { get }
```

## See Also

### Managing path contents

- [count](swiftui/navigationpath/count.md)
- [append(_:)](swiftui/navigationpath/append(_:).md)
- [removeLast(_:)](swiftui/navigationpath/removelast(_:).md)
