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