mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.0 KiB
1.0 KiB
Home > puppeteer > Protocol > IndexedDB > ObjectStoreIndex
Protocol.IndexedDB.ObjectStoreIndex interface
Object store index.
Signature:
export interface ObjectStoreIndex
Properties
| Property | Type | Description |
|---|---|---|
| keyPath | KeyPath | Index key path. |
| multiEntry | boolean | If true, index allows multiple entries for a key. |
| name | string | Index name. |
| unique | boolean | If true, index is unique. |