Type parameters
Hierarchy
- ApplicationBatchUpdateBuilder
Methods
set
-
The method allows setting rules for updating fields of app items in a collection.
Type parameters
-
K: keyof UpdatableItem<T>
Parameters
-
f: K
-
v: UpdateClosure<UpdatableItem<TFull>, RemoveIndex<T>[K]>
Returns ApplicationBatchUpdater<TFull, Omit<RemoveIndex<T>, K>, P>
-
Was this helpful?
Object of app item batch update settings
The object allows basic configuration of batch updates — specifying the fields to be updated.