14 lines
521 B
Markdown
14 lines
521 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [IndexedDB](./puppeteer.protocol.indexeddb.md) > [ObjectStoreIndex](./puppeteer.protocol.indexeddb.objectstoreindex.md) > [keyPath](./puppeteer.protocol.indexeddb.objectstoreindex.keypath.md)
|
||
|
|
||
|
## Protocol.IndexedDB.ObjectStoreIndex.keyPath property
|
||
|
|
||
|
Index key path.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
keyPath: KeyPath;
|
||
|
```
|