---
title: "init(_:)"
framework: extensionfoundation
role: symbol
role_heading: Initializer
path: "extensionfoundation/appextensionpoint/name/init(_:)"
---

# init(_:)

Initializes the name type with the specified string.

## Declaration

```swift
init(_ value: StaticString)
```

## Parameters

- `value`: The name of the extension point.
