---
title: dataSource
framework: tvmlkit
role: symbol
role_heading: Instance Property
path: tvmlkit/tvbrowserviewcontroller/datasource
---

# dataSource

The object that provides data to the full-screen browser.

## Declaration

```swift
weak var dataSource: (any TVBrowserViewControllerDataSource)? { get set }
```

## See Also

### Providing the Browser’s Data

- [TVBrowserViewControllerDataSource](tvmlkit/tvbrowserviewcontrollerdatasource.md)
