keyPath property

JSAny? get keyPath

The keyPath read-only property of the IDBObjectStore interface returns the key path of this object store.

If this property is null, the application must provide a key for each modification operation.

Implementation

external JSAny? get keyPath;