IDBCursor$Typings extension

on

Properties

advance ↔ void Function(num)

Available on IDBCursor, provided by the IDBCursor$Typings extension

getter/setter pair
continue$ ↔ void Function([Object?])

Available on IDBCursor, provided by the IDBCursor$Typings extension

getter/setter pair
continuePrimaryKey ↔ void Function(Object, Object)

Available on IDBCursor, provided by the IDBCursor$Typings extension

getter/setter pair
delete IDBRequest Function()

Available on IDBCursor, provided by the IDBCursor$Typings extension

getter/setter pair
direction IDBCursorDirection

Available on IDBCursor, provided by the IDBCursor$Typings extension

Returns the direction ("next", "nextunique", "prev" or "prevunique") of the cursor.
no setter
key Object

Available on IDBCursor, provided by the IDBCursor$Typings extension

Returns the key of the cursor. Throws a "InvalidStateError" DOMException if the cursor is advancing or is finished.
no setter
primaryKey Object

Available on IDBCursor, provided by the IDBCursor$Typings extension

Returns the effective key of the cursor. Throws a "InvalidStateError" DOMException if the cursor is advancing or is finished.
no setter
request IDBRequest

Available on IDBCursor, provided by the IDBCursor$Typings extension

MDN Reference
no setter
source Object

Available on IDBCursor, provided by the IDBCursor$Typings extension

Returns the IDBObjectStore or IDBIndex the cursor was opened from.
no setter
update IDBRequest<Object> Function([dynamic])

Available on IDBCursor, provided by the IDBCursor$Typings extension

getter/setter pair