mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: generate docs for the protocol (#6213)
This commit is contained in:
23
new-docs/puppeteer.protocol.indexeddb.objectstoreindex.md
Normal file
23
new-docs/puppeteer.protocol.indexeddb.objectstoreindex.md
Normal file
@@ -0,0 +1,23 @@
|
||||
<!-- 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)
|
||||
|
||||
## 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. |
|
||||
|
||||
Reference in New Issue
Block a user