---
title: valuePending
framework: social
role: symbol
role_heading: Instance Property
path: social/slcomposesheetconfigurationitem/valuepending
---

# valuePending

A Boolean value that indicates whether the configuration item’s value is ready for display.

## Declaration

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

## Discussion

Discussion Set this property to true if a progress indicator should be displayed, to show users that a configuration item’s value is about to display. The default value of this property is false.

## See Also

### Specifying Configuration Information

- [title](social/slcomposesheetconfigurationitem/title.md)
- [value](social/slcomposesheetconfigurationitem/value.md)
