GroupTransformer.getTransformerId method
GroupTransformer › getTransformerId
Gets the id of the transformer that can transform the given value.Signature:
getTransformerId(value: unknown, key: string): null | stringParameters:
| Parameter | Type | Description |
|---|---|---|
| value | unknown | The value to get the transformer id for. |
| key | string | The key of the value to get the transformer id for. |
Returns: null | string — The id of the transformer that can transform the given value.