---
title: "init(identifier:name:)"
framework: pencilkit
role: symbol
role_heading: Initializer
path: "pencilkit/pktoolpickercustomitem/configuration-swift.struct/init(identifier:name:)"
---

# init(identifier:name:)

Create a new configuration with an identifier and a name.

## Declaration

```swift
init(identifier: String, name: String)
```

## Parameters

- `identifier`: A string that uniquely identifies the tool in the picker, such as com.example.example-company.custom-tool.
- `name`: A short string to show as the name of the tool in the UI.
