---
title: "init(exporting:)"
framework: coretransferable
role: symbol
role_heading: Initializer
path: "coretransferable/proxyrepresentation/init(exporting:)-q3qp"
---

# init(exporting:)

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

## Declaration

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

## Parameters

- `exporting`: A closure that converts the item into desired representation.
