Home > @uniformdev/canvas > BatchEntry > (constructor)

BatchEntry.(constructor)

Constructs a new instance of the BatchEntry class

Signature:

Parameters

<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

_resolve

</td><td>

(result: TResult) => void

</td><td>

</td></tr> <tr><td>

_reject

</td><td>

(reason: any) => void

</td><td>

</td></tr> <tr><td>

args

</td><td>

TArgs

</td><td>

</td></tr> </tbody></table>