---
title: "init(_:)"
framework: paperkit
role: symbol
role_heading: Initializer
path: "paperkit/markuporderedset/elementid/init(_:)-5ja8j"
---

# init(_:)

Creates a new element ID from a markup ID.

## Declaration

```swift
init<T>(_ id: MarkupID<T>) where T : Markup
```

## Discussion

Discussion Supports all PaperKit types, will fatalError if used for an unsupported type.

## See Also

### Creating an element ID

- [init(_:)](paperkit/markuporderedset/elementid/init(_:)-5ykum.md)
