Home > @uniformdev/canvas > BatchEntry > (constructor)
BatchEntry.(constructor)
Constructs a new instance of the BatchEntry
class
Signature:
constructor(_resolve: (result: TResult) => void, _reject: (reason: any) => void, args: TArgs);
Parameters
Parameter | Type | Description |
---|---|---|
_resolve | (result: TResult) => void | |
_reject | (reason: any) => void | |
args | TArgs |