Methods
Static detachBatchListener
- detachBatchListener(listenerId: string): void
Static processBatch
- processBatch<T>(items: T[], processItem: function, completed: function): string
-
Type parameters
Parameters
-
items: T[]
-
processItem: function
-
- (item: T, success: function, error: function): void
-
Parameters
-
item: T
-
success: function
-
error: function
Returns void
-
completed: function
-
- (hasErrors: boolean): void
Returns string