---
title: documentContext
framework: tvmlkit
role: symbol
role_heading: Instance Property
path: tvmlkit/tvdocumentviewcontroller/documentcontext
---

# documentContext

The current document context.

## Declaration

```swift
var documentContext: [String : Any] { get }
```

## Discussion

Discussion Use this property to retrieve the current context, whether it’s new or updated.

## See Also

### Accessing the Document’s Components

- [appController](tvmlkit/tvdocumentviewcontroller/appcontroller.md)
