IDBIndex$Typings extension
- on
Properties
-
count
↔ IDBRequest<
num> Function([Object?]) -
getter/setter pair
- get ↔ IDBRequest Function(Object)
-
getter/setter pair
-
getAll
↔ IDBRequest<
List> Function([dynamic, num?]) -
getter/setter pair
-
getAllKeys
↔ IDBRequest<
List< Function([dynamic, num?])Object> > -
getter/setter pair
-
getKey
↔ IDBRequest<
Object?> Function(Object) -
getter/setter pair
- keyPath → Object
-
MDN Reference
no setter
- multiEntry → bool
-
MDN Reference
no setter
- name ↔ String
-
Returns the name of the index.
getter/setter pair
- objectStore → IDBObjectStore
-
Returns the IDBObjectStore the index belongs to.
no setter
-
openCursor
↔ IDBRequest<
IDBCursorWithValue?> Function([dynamic, IDBCursorDirection?]) -
getter/setter pair
-
openKeyCursor
↔ IDBRequest<
IDBCursor?> Function([dynamic, IDBCursorDirection?]) -
getter/setter pair
- unique → bool
-
MDN Reference
no setter