puppeteer/new-docs/puppeteer.protocol.indexeddb.objectstoreindex.md
2020-07-13 14:01:35 +01:00

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.