24 lines
1.1 KiB
Markdown
24 lines
1.1 KiB
Markdown
<!-- 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) > [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. |
|
|
|