---
title: allowsDock
framework: automaticassessmentconfiguration
role: symbol
role_heading: Instance Property
path: automaticassessmentconfiguration/aeassessmentconfiguration/allowsdock
---

# allowsDock

A Boolean value that indicates whether to allow the Dock during an assessment.

## Declaration

```swift
var allowsDock: Bool { get set }
```

## Discussion

Discussion An assessment session hides the Dock by default, but you can allow it by setting allowsDock to true in the AEAssessmentConfiguration instance that you use to initialize a session.
