---
title: NSTableViewAppIntentsDataSource
framework: appintents
role: symbol
role_heading: Protocol
path: appintents/nstableviewappintentsdatasource
---

# NSTableViewAppIntentsDataSource

The methods that an object adopts to make items in a table view or outline view discoverable by Apple Intelligence and Siri.

## Declaration

```swift
@MainActor protocol NSTableViewAppIntentsDataSource : AnyObject
```

## Topics

### Instance Methods

- [outlineView(_:appEntityIdentifierFor:)](appintents/nstableviewappintentsdatasource/outlineview(_:appentityidentifierfor:).md)
- [tableView(_:appEntityIdentifierFor:)](appintents/nstableviewappintentsdatasource/tableview(_:appentityidentifierfor:).md)

## See Also

### Onscreen context

- [Providing contextual cues to Apple Intelligence and Siri](appintents/providing-contextual-cues-to-apple-intelligence-and-siri.md)
- [App schema domains](appintents/app-schema-domains.md)
- [UITableViewAppIntentsDataSource](appintents/uitableviewappintentsdatasource.md)
- [UICollectionViewAppIntentsDataSource](appintents/uicollectionviewappintentsdatasource.md)
- [NSCollectionViewAppIntentsDataSource](appintents/nscollectionviewappintentsdatasource.md)
