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

# init(rawValue:)

Creates a new priority structure from the given raw value.

## Declaration

```swift
init(rawValue: Float)
```

## Parameters

- `rawValue`: A value used to create the priority structure.

## See Also

### Initializers

- [init(_:)](appkit/nstouchbaritem/priority/init(_:).md)
