---
title: "init(rawValue:)"
framework: appkit
role: symbol
role_heading: Initializer
path: "appkit/nstextlist/options/init(rawvalue:)"
---

# init(rawValue:)

Returns a new set of text list options using the raw value you specify.

## Declaration

```swift
init(rawValue: UInt)
```

## Parameters

- `rawValue`: An unsigned integer that describes the text list options.
