puppeteer/new-docs/puppeteer.protocol.indexeddb.keypathtype.md

21 lines
614 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [IndexedDB](./puppeteer.protocol.indexeddb.md) &gt; [KeyPathType](./puppeteer.protocol.indexeddb.keypathtype.md)
## Protocol.IndexedDB.KeyPathType enum
<b>Signature:</b>
```typescript
export const enum KeyPathType
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| Array | <code>'array'</code> | |
| Null | <code>'null'</code> | |
| String | <code>'string'</code> | |