<!--
{
  "availability" : [
    "macOS: 10.12.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SafariServices",
  "identifier" : "/documentation/SafariServices/SFSafariWindow/getToolbarItem(completionHandler:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Safari Services"
    ],
    "preciseIdentifier" : "c:objc(cs)SFSafariWindow(im)getToolbarItemWithCompletionHandler:"
  },
  "title" : "getToolbarItem(completionHandler:)"
}
-->

# getToolbarItem(completionHandler:)

Gets the extension’s toolbar item from the target window.

```
func getToolbarItem(completionHandler: @escaping @Sendable (SFSafariToolbarItem?) -> Void)
```

## Parameters

`completionHandler`

A block called after the toolbar item is retrieved.

## Discussion

> Important:
> You can call this method from synchronous code using a completion handler, as shown on this page, or you can call it as an asynchronous method that has the following declaration:
> 
> ```swift
> func toolbarItem() async -> SFSafariToolbarItem?
> ```
> 
> For information about concurrency and asynchronous code in Swift, see <doc://com.apple.documentation/documentation/Swift/calling-objective-c-apis-asynchronously>.

---

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)