---
title: isLoaded
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsbrowsercell/isloaded
---

# isLoaded

A Boolean that indicates whether the cell is ready to display.

## Declaration

```swift
var isLoaded: Bool { get set }
```

## Discussion

Discussion When the value of this property is true, the browser cell’s state has been set and the cell is ready to display.

## See Also

### Managing Browser Cell State

- [reset()](appkit/nsbrowsercell/reset().md)
- [set()](appkit/nsbrowsercell/set().md)
- [isLeaf](appkit/nsbrowsercell/isleaf.md)
- [highlightColor(in:)](appkit/nsbrowsercell/highlightcolor(in:).md)
