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

ParameterTypeDescription
_resolve(result: TResult) => void
_reject(reason: any) => void
argsTArgs