---
title: layoutQueue
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstextlayoutmanager/layoutqueue
---

# layoutQueue

The queue that the framework dispatches layout operations on.

## Declaration

```swift
var layoutQueue: OperationQueue? { get set }
```

## Discussion

Discussion If non-nil, it performs layout in the specified queue until estimatedUsageBounds becomes false.

## See Also

### Configuring global layout manager options

- [renderingAttributesValidator](appkit/nstextlayoutmanager/renderingattributesvalidator.md)
- [usesFontLeading](appkit/nstextlayoutmanager/usesfontleading.md)
- [usesHyphenation](appkit/nstextlayoutmanager/useshyphenation.md)
- [limitsLayoutForSuspiciousContents](appkit/nstextlayoutmanager/limitslayoutforsuspiciouscontents.md)
