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. |