trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
web
Target filter
web
Switch theme
Search in API
Skip to content
trixnity
trixnity-client-repository-indexeddb
/
de.connect2x.trixnity.client.store.repository.indexeddb
/
IndexedDbWriteOperation
Indexed
Db
Write
Operation
class
IndexedDbWriteOperation
(
val
objectStoreName
:
String
,
val
operation
:
suspend
WrappedTransaction
.
(
WrappedObjectStore
)
->
Unit
)
Members
Constructors
Indexed
Db
Write
Operation
Link copied to clipboard
constructor
(
objectStoreName
:
String
,
operation
:
suspend
WrappedTransaction
.
(
WrappedObjectStore
)
->
Unit
)
Properties
object
Store
Name
Link copied to clipboard
val
objectStoreName
:
String
operation
Link copied to clipboard
val
operation
:
suspend
WrappedTransaction
.
(
WrappedObjectStore
)
->
Unit