Esposter
Preparing search index...
@esposter/db
submitTransactionBatches
Function submitTransactionBatches
submitTransactionBatches
<
TEntity
>
(
tableClient
:
Pick
<
TableClient
,
"submitTransaction"
>
,
entities
:
TEntity
[]
,
getAction
:
(
entity
:
TEntity
)
=>
TransactionAction
,
onSubmit
?:
(
batch
:
TEntity
[]
)
=>
Promisable
<
void
>
,
)
:
Promise
<
void
>
Type Parameters
TEntity
Parameters
tableClient
:
Pick
<
TableClient
,
"submitTransaction"
>
entities
:
TEntity
[]
getAction
:
(
entity
:
TEntity
)
=>
TransactionAction
Optional
onSubmit
:
(
batch
:
TEntity
[]
)
=>
Promisable
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Esposter
Loading...