ActiveBagContentKit
Source: AutoContentProvider.js:160
Utility class used to encapsulate multiple sets of box contents
Constructor
new ActiveBagContentKit(
nRows: number,
nCols: number,
content: Array.<module:boxes/ActiveBagContent.ActiveBagContent>,
useIds: boolean,
): ActiveBagContentKitParameters
nRows(number) — Number of rows to be processednCols(number) — Number of columns to be processedcontent(Array.<module:boxes/ActiveBagContent.ActiveBagContent>) — Array with one or more containers of ActiveBoxContent
objects to be filled with new content.useIds(boolean) —truewhen theidfield of ActiveBoxContent objects is significant.