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

786 B

Home > puppeteer > Protocol > IndexedDB > KeyPath

Protocol.IndexedDB.KeyPath interface

Key path.

Signature:

export interface KeyPath 

Properties

Property Type Description
array string[] Array value.
string string String value.
type ('null' | 'string' | 'array') Key path type.