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

# rawValue

The raw value that represents the typed array’s type.

## Declaration

```swift
var rawValue: UInt32
```

## See Also

### Initializers

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