Skip to content

FacetConfig.combine method

FacetConfig › combine

Unofficial

Combine the input values into a single output value.

Signature:

combine(values: readonly Input[]): Output

Parameters:

Parameter Type Description
values readonly Input[] The input values.

Returns: OutputThe combined output.