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

23 lines
805 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)
## Protocol.IndexedDB.KeyPath interface
Key path.
<b>Signature:</b>
```typescript
export interface KeyPath
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [array](./puppeteer.protocol.indexeddb.keypath.array.md) | string\[\] | Array value. |
| [string](./puppeteer.protocol.indexeddb.keypath.string.md) | string | String value. |
| [type](./puppeteer.protocol.indexeddb.keypath.type.md) | ('null' \| 'string' \| 'array') | Key path type. (KeyPathType enum) |