<!--
{
  "availability" : [
    "macOS: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/HelpLink/init(anchor:book:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI8HelpLinkV6anchor4bookACSS_SStcfc"
  },
  "title" : "init(anchor:book:)"
}
-->

# init(anchor:book:)

Constructs a new help link with the specified anchor and book.

```
@MainActor @preconcurrency init(anchor: NSHelpManager.AnchorName, book: NSHelpManager.BookName)
```

## Parameters

`anchor`

The anchor within the help book to open to.

`book`

The specific book name to open.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)