<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreTransferable",
  "identifier" : "/documentation/CoreTransferable/ProxyRepresentation/init(exporting:)-q3qp",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Core Transferable"
    ],
    "preciseIdentifier" : "s:16CoreTransferable19ProxyRepresentationV9exportingACyxq_Gq_xYbKc_tcfc"
  },
  "title" : "init(exporting:)"
}
-->

# init(exporting:)

Creates a transfer representation that’s exported by proxy through
another transfer representation.

```
init(exporting: @escaping @Sendable (Item) throws -> ProxyRepresentation)
```

## Parameters

`exporting`

A closure that converts the item into
desired representation.

---

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)