SyncTransaction
Defined in: packages/client/src/index.ts:1229
The handle passed to a SyncClient.transaction callback: collecting table handles for the unit.
Type Parameters
Section titled “Type Parameters”TRegistry
Section titled “TRegistry”TRegistry extends SyncTableRegistry
Properties
Section titled “Properties”tables
Section titled “tables”tables:
{ [TKey in string]: SyncTransactionTableHandle<TRegistry, TKey> }
Defined in: packages/client/src/index.ts:1230