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

# descriptionVisibility

The visibility of product descriptions.

## Declaration

```swift
let descriptionVisibility: Visibility
```

## Discussion

Discussion Subscription products have a localized description property that you can conditionally display in your custom style. Use the descriptionVisibility property to check the value that the  productDescription(_:) view modifier configures on an ancestor of the SubscriptionStoreView. Ignore this property if your style doesn’t need the capability to conditionally display the product description. For example, a compact control style may never show product descriptions. If the view heirarachy doesn’t use the productDescription(_:) view modifier, the descriptionVisibility property is automatic.
