puppeteer/new-docs/puppeteer.protocol.indexeddb.objectstoreindex.unique.md

14 lines
527 B
Markdown
Raw Normal View History

<!-- 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; [ObjectStoreIndex](./puppeteer.protocol.indexeddb.objectstoreindex.md) &gt; [unique](./puppeteer.protocol.indexeddb.objectstoreindex.unique.md)
## Protocol.IndexedDB.ObjectStoreIndex.unique property
If true, index is unique.
<b>Signature:</b>
```typescript
unique: boolean;
```