Skip to content

GroupTransformer.getTransformerId method

GroupTransformer › getTransformerId

Gets the id of the transformer that can transform the given value.

Signature:

getTransformerId(value: unknown, key: string): null | string

Parameters:

ParameterTypeDescription
valueunknownThe value to get the transformer id for.
keystringThe key of the value to get the transformer id for.

Returns: null | stringThe id of the transformer that can transform the given value.