---
title: importance
framework: accessibility
role: symbol
role_heading: Instance Property
path: accessibility/axcustomcontent/importance-swift.property
---

# importance

An object that determines when to output custom accessibility content.

## Declaration

```swift
var importance: AXCustomContent.Importance { get set }
```

## See Also

### Defining custom content

- [label](accessibility/axcustomcontent/label.md)
- [attributedLabel](accessibility/axcustomcontent/attributedlabel.md)
- [value](accessibility/axcustomcontent/value.md)
- [attributedValue](accessibility/axcustomcontent/attributedvalue.md)
- [AXCustomContent.Importance](accessibility/axcustomcontent/importance-swift.enum.md)
