---
title: branchImage
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsbrowsercell/branchimage
---

# branchImage

Returns the default image for branch cells in a browser.

## Declaration

```swift
class var branchImage: NSImage? { get }
```

## Return Value

Return Value The default image used for branch NSBrowserCell objects. The default image is a right-pointing triangle.

## Discussion

Discussion Override this method if you want a different image. To have a branch NSBrowserCell with no image (and no space reserved for an image), override this method to return nil.

## See Also

### Related Documentation

- [Browser Programming Topics](apple-archive/documentation/Cocoa/Conceptual/Browser.md)
- [alternateImage](appkit/nsbrowsercell/alternateimage.md)

### Getting Browser Cell Information

- [highlightedBranchImage](appkit/nsbrowsercell/highlightedbranchimage.md)
