Typescript Library Declarations (Web Worker)
Interface IDBObjectStoreParameters
interface
IDBObjectStoreParameters
{
autoIncrement
?:
boolean
;
keyPath
?:
string
|
string
[]
;
}
Index
Properties
auto
Increment?
key
Path?
Properties
Optional
auto
Increment
auto
Increment
?:
boolean
Optional
key
Path
key
Path
?:
string
|
string
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
auto
Increment
key
Path
Typescript Library Declarations (Web Worker)