Skip to main content

MatrixCombination type alias

A matrix combination mapping parameter names to their values.

Signature

export type MatrixCombination = Record<string, string>;

Remarks

This type represents a single combination generated from a matrix of parameters, where each key is a parameter name and each value is a string from that parameter's array of possible values.

Example: { arch: 'x64', platform: 'linux', optimize: 'speed' }


Generated via tsdoc2docusaurus 1.3.2 by API Extractor/Documenter 7.57.2.