puppeteer/new-docs/puppeteer.protocol.indexeddb.key.type.md

14 lines
499 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; [Key](./puppeteer.protocol.indexeddb.key.md) &gt; [type](./puppeteer.protocol.indexeddb.key.type.md)
## Protocol.IndexedDB.Key.type property
Key type. (KeyType enum)
<b>Signature:</b>
```typescript
type: ('number' | 'string' | 'date' | 'array');
```