The key in ComponentDatabaseMapOptions.storeName to fetch and update, or an object describing how to fetch that key from the Database.
key.tx
is called inside a Database.transaction, so all the
warnings there apply.
The name of the property of the value in the Store to fetch and update.
If the target property is below the base level, pass in an array
describing the "path" to that property. For example, if you would
reference the property directly by value["a"]["b"]
, then set this to
["a", "b"]
to have the same effect.
Leave this blank to fetch and update the entire value directly, for example, if you're storing primitives in this Store.
The name of the Database store to fetch and update.
Generated using TypeDoc
The options for ComponentDatabaseMap.