---
title: descriptionVisibility
framework: storekit
role: symbol
role_heading: Instance Property
path: storekit/subscriptionstorecontrolstyleconfiguration/descriptionvisibility
---

# descriptionVisibility

The visibility of product descriptions.

## Declaration

```swift
var descriptionVisibility: Visibility { get }
```

## Discussion

Discussion Use this property if you choose to support configuring the description visibility in your custom style. It reflects the value that the ancestor view sets with the productDescription(_:) view modifier.
