---
title: selectionIndexPaths
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsbrowser/selectionindexpaths
---

# selectionIndexPaths

An array containing the index paths of all items selected in the browser.

## Declaration

```swift
var selectionIndexPaths: [IndexPath] { get set }
```

## See Also

### Managing Selection

- [selectedCell(inColumn:)](appkit/nsbrowser/selectedcell(incolumn:).md)
- [selectedCells](appkit/nsbrowser/selectedcells.md)
- [selectAll(_:)](appkit/nsbrowser/selectall(_:).md)
- [selectedRow(inColumn:)](appkit/nsbrowser/selectedrow(incolumn:).md)
- [selectRow(_:inColumn:)](appkit/nsbrowser/selectrow(_:incolumn:).md)
- [selectionIndexPath](appkit/nsbrowser/selectionindexpath.md)
