IDBObjectStore$Typings extension

on

Properties

add IDBRequest<Object> Function([dynamic, Object?])
getter/setter pair
autoIncrement bool
Returns true if the store has a key generator, and false otherwise.
no setter
clear IDBRequest Function()
getter/setter pair
count IDBRequest<num> Function([Object?])
getter/setter pair
createIndex → ({IDBIndex Function(String name, Object keyPath, [IDBIndexParameters? options]) $1, IDBIndex Function(String name, Object keyPath, [IDBIndexParameters? options]) $2})
Overload accessor: $1, $2
no setter
delete IDBRequest Function(Object)
getter/setter pair
deleteIndex ↔ void Function(String)
getter/setter pair
get IDBRequest Function(Object)
getter/setter pair
getAll IDBRequest<List> Function([dynamic, num?])
getter/setter pair
getAllKeys IDBRequest<List<Object>> Function([dynamic, num?])
getter/setter pair
getKey IDBRequest<Object?> Function(Object)
getter/setter pair
index IDBIndex Function(String)
getter/setter pair
indexNames DOMStringList
Returns a list of the names of indexes in the store.
no setter
keyPath Object
Returns the key path of the store, or null if none.
no setter
name String
Returns the name of the store.
getter/setter pair
openCursor IDBRequest<IDBCursorWithValue?> Function([dynamic, IDBCursorDirection?])
getter/setter pair
openKeyCursor IDBRequest<IDBCursor?> Function([dynamic, IDBCursorDirection?])
getter/setter pair
put IDBRequest<Object> Function([dynamic, Object?])
getter/setter pair
transaction IDBTransaction
Returns the associated transaction.
no setter