---
title: NSWritingToolsCoordinator.ContextScope.visibleArea
framework: appkit
role: symbol
role_heading: Case
path: appkit/nswritingtoolscoordinator/contextscope/visiblearea
---

# NSWritingToolsCoordinator.ContextScope.visibleArea

An option to provide only the text in the currently visible portion of your view.

## Declaration

```swift
case visibleArea
```

## Discussion

Discussion With this option, include only the currently visible text, along with some additional text before and after the visible text.

## See Also

### Getting the scope

- [NSWritingToolsCoordinator.ContextScope.userSelection](appkit/nswritingtoolscoordinator/contextscope/userselection.md)
- [NSWritingToolsCoordinator.ContextScope.fullDocument](appkit/nswritingtoolscoordinator/contextscope/fulldocument.md)
