FacetConfig.combine method
FacetConfig › combine
Unofficial
Combine the input values into a single output value.Signature:
combine(values: readonly Input[]): OutputParameters:
| Parameter | Type | Description |
|---|---|---|
| values | readonly Input[] | The input values. |
Returns: Output — The combined output.