---
title: label
framework: pdfkit
role: symbol
role_heading: Instance Property
path: pdfkit/pdfoutline/label
---

# label

Returns the label for the outline.

## Declaration

```swift
var label: String? { get set }
```

## Discussion

Discussion The root outline serves only as a container for the outlines it owns; it does not have a label.
