---
title: helpAnchor
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsalert/helpanchor
---

# helpAnchor

The alert’s HTML help anchor.

## Declaration

```swift
var helpAnchor: NSHelpManager.AnchorName? { get set }
```

## Discussion

Discussion To provide a help anchor for the alert, set this property to the appropriate string value. To remove the help anchor, set this property’s value to nil.

## See Also

### Configuring Alerts

- [layout()](appkit/nsalert/layout().md)
- [alertStyle](appkit/nsalert/alertstyle.md)
- [accessoryView](appkit/nsalert/accessoryview.md)
- [showsHelp](appkit/nsalert/showshelp.md)
- [delegate](appkit/nsalert/delegate.md)
