primaryKey property
JSAny?
get
primaryKey
The primaryKey
read-only property of the
IDBCursor interface returns the cursor's current effective key. If the
cursor is currently being iterated or has iterated outside its range, this
is set to
undefined. The cursor's primary key can be any data type.
Implementation
external JSAny? get primaryKey;