TypeScript Common
TypeScript Common
Exports
..
Constructors
constructor
Properties
index
value
@tscommon/batch
Class
BatchItem
<T>
Copy item path
Source
Expand description
Represents an item in a batch, containing its index and value.
Constructors
§
Source
§
new
BatchItem
<
T
>
(
index
:
number
,
value
:
T
)
:
BatchItem
<
T
>
Properties
§
Source
§
public readonly
index:
number
Source
§
public readonly
value:
T
Represents an item in a batch, containing its index and value.