CombinationsGenerator._matrixValues property
The array of value arrays for each parameter.
Signature
protected readonly _matrixValues: string[][];
Remarks
This two-dimensional array contains the possible values for each parameter. The outer array corresponds one-to-one with matrixKeys, where matrixValues[i] contains all possible values for the parameter matrixKeys[i].
The Cartesian product of all these value arrays produces the complete set of combinations.
Generated via tsdoc2docusaurus 1.3.2 by API Extractor/Documenter 7.57.2.