---
title: context
framework: tvmlkit
role: symbol
role_heading: Instance Property
path: tvmlkit/tvapplicationcontroller/context
---

# context

The launch information for the application controller.

## Declaration

```swift
var context: TVApplicationControllerContext { get }
```

## Discussion

Discussion The launch information contains the JavaScript application URL, storageIdentifier, and launchOptions. The URL can point to a local or remote resource. launchOptions can be constructed and forwarded from launch options keys that are part of UIApplication. See Launch Options Keys.

## See Also

### Examining App Controller Properties

- [navigationController](tvmlkit/tvapplicationcontroller/navigationcontroller.md)
- [window](tvmlkit/tvapplicationcontroller/window.md)
