<!--
{
  "availability" : [
    "iOS: 18.2.0 -",
    "iPadOS: 18.2.0 -",
    "macCatalyst: 18.2.0 -",
    "macOS: 15.2.0 -",
    "tvOS: 18.2.0 -",
    "visionOS: 2.2.0 -",
    "watchOS: 11.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreTransferable",
  "identifier" : "/documentation/CoreTransferable/Transferable/suggestedFilename",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Core Transferable",
      "CoreTransferable"
    ],
    "preciseIdentifier" : "s:16CoreTransferable0B0PAAE17suggestedFilenameSSSgvp"
  },
  "title" : "suggestedFilename"
}
-->

# suggestedFilename

A suggested filename of a `Transferable` value.

```
var suggestedFilename: String? { get }
```

## Discussion

A filename for given item, or `nil` if none specified.
A name can be specified using `TransferRepresentation.suggestedFileName(_:)`.
The default implementation of this property is available to all types that conform
to [`Transferable`](/documentation/CoreTransferable/Transferable) protocol.

---

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)