---
title: rawValue
framework: javascriptcore
role: symbol
role_heading: Instance Property
path: javascriptcore/jstype/rawvalue
---

# rawValue

The raw value that represents the JavaScript type.

## Declaration

```swift
var rawValue: UInt32
```

## See Also

### Initializers

- [init(_:)](javascriptcore/jstype/init(_:).md)
- [init(rawValue:)](javascriptcore/jstype/init(rawvalue:).md)
