PropsIDBIndex extension

on

Properties

keyPath → dynamic

Available on IDBIndex, provided by the PropsIDBIndex extension

no setter
multiEntry bool

Available on IDBIndex, provided by the PropsIDBIndex extension

no setter
name String

Available on IDBIndex, provided by the PropsIDBIndex extension

getter/setter pair
objectStore IDBObjectStore

Available on IDBIndex, provided by the PropsIDBIndex extension

no setter
unique bool

Available on IDBIndex, provided by the PropsIDBIndex extension

no setter

Methods

count([dynamic query]) IDBRequest

Available on IDBIndex, provided by the PropsIDBIndex extension

get(dynamic query) IDBRequest

Available on IDBIndex, provided by the PropsIDBIndex extension

getAll([dynamic query, int? count]) IDBRequest

Available on IDBIndex, provided by the PropsIDBIndex extension

getAllKeys([dynamic query, int? count]) IDBRequest

Available on IDBIndex, provided by the PropsIDBIndex extension

getKey(dynamic query) IDBRequest

Available on IDBIndex, provided by the PropsIDBIndex extension

openCursor([dynamic query, IDBCursorDirection? direction = IDBCursorDirection.next]) IDBRequest

Available on IDBIndex, provided by the PropsIDBIndex extension

openKeyCursor([dynamic query, IDBCursorDirection? direction = IDBCursorDirection.next]) IDBRequest

Available on IDBIndex, provided by the PropsIDBIndex extension