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

# isEmpty

A Boolean value indicating whether the path contains zero elements.

## Declaration

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

## See Also

### Getting the path’s characteristics

- [boundingRect](swiftui/path/boundingrect.md)
- [cgPath](swiftui/path/cgpath.md)
- [contains(_:eoFill:)](swiftui/path/contains(_:eofill:).md)
- [currentPoint](swiftui/path/currentpoint.md)
- [description](swiftui/path/description.md)
