Constructor
new ActiveBagContentKit(nRows, nCols, content, useIds)
Parameters:
Name | Type | Description |
---|---|---|
nRows | number | Number of rows to be processed |
nCols | number | Number of columns to be processed |
content | Array.<module:boxes/ActiveBagContent.ActiveBagContent> | Array with one or more containers of |
useIds | boolean |
|