---
title: dataTypes
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkwebsitedatarecord/datatypes
---

# dataTypes

The types of data associated with the record.

## Declaration

```swift
var dataTypes: Set<String> { get }
```

## Discussion

Discussion Each record contains the set of types that the associated website stores. For a list of possible types, see Data Store Record Types.

## See Also

### Getting the Data Type

- [Data Store Record Types](webkit/data-store-record-types.md)
