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

24 lines
1.1 KiB
Markdown

<!-- 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; [ObjectStore](./puppeteer.protocol.indexeddb.objectstore.md)
## Protocol.IndexedDB.ObjectStore interface
Object store.
<b>Signature:</b>
```typescript
export interface ObjectStore
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [autoIncrement](./puppeteer.protocol.indexeddb.objectstore.autoincrement.md) | boolean | If true, object store has auto increment flag set. |
| [indexes](./puppeteer.protocol.indexeddb.objectstore.indexes.md) | [ObjectStoreIndex](./puppeteer.protocol.indexeddb.objectstoreindex.md)<!-- -->\[\] | Indexes in this object store. |
| [keyPath](./puppeteer.protocol.indexeddb.objectstore.keypath.md) | [KeyPath](./puppeteer.protocol.indexeddb.keypath.md) | Object store key path. |
| [name](./puppeteer.protocol.indexeddb.objectstore.name.md) | string | Object store name. |