---
title: identifier
framework: pencilkit
role: symbol
role_heading: Instance Property
path: pencilkit/pktoolpickercustomitemconfiguration/identifier
---

# identifier

A string that uniquely identifies the tool in the picker.

## Declaration

```occ
@property (nonatomic, copy) NSString * identifier;
```

## Discussion

Discussion For example, you might use the name com.example.example-company.custom-tool. If you use multiple tool items with the same identifier to create the picker, the picker only shows the first instance of that item.

## See Also

### Identifying the custom item

- [name](pencilkit/pktoolpickercustomitemconfiguration/name.md)
