<!--
{
  "availability" : [
    "macOS: 10.10.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FinderSync",
  "identifier" : "/documentation/FinderSync/FIFinderSyncProtocol/toolbarItemName",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Finder Sync"
    ],
    "preciseIdentifier" : "c:objc(pl)FIFinderSync(py)toolbarItemName"
  },
  "title" : "toolbarItemName"
}
-->

# toolbarItemName

The name of the extension’s toolbar button.

```
optional var toolbarItemName: String { get }
```

## Discussion

To add a toolbar item to the Finder, override the getter method for the
toolbar image, name, and tooltip properties.

---

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)