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

14 lines
494 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; [KeyPath](./puppeteer.protocol.indexeddb.keypath.md) &gt; [type](./puppeteer.protocol.indexeddb.keypath.type.md)
## Protocol.IndexedDB.KeyPath.type property
Key path type.
<b>Signature:</b>
```typescript
type: ('null' | 'string' | 'array');
```