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

24 lines
1.0 KiB
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; [ObjectStoreIndex](./puppeteer.protocol.indexeddb.objectstoreindex.md)
## Protocol.IndexedDB.ObjectStoreIndex interface
Object store index.
<b>Signature:</b>
```typescript
export interface ObjectStoreIndex
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [keyPath](./puppeteer.protocol.indexeddb.objectstoreindex.keypath.md) | [KeyPath](./puppeteer.protocol.indexeddb.keypath.md) | Index key path. |
| [multiEntry](./puppeteer.protocol.indexeddb.objectstoreindex.multientry.md) | boolean | If true, index allows multiple entries for a key. |
| [name](./puppeteer.protocol.indexeddb.objectstoreindex.name.md) | string | Index name. |
| [unique](./puppeteer.protocol.indexeddb.objectstoreindex.unique.md) | boolean | If true, index is unique. |