SetTransformer.restoreValue method
SetTransformer › restoreValue
Restores the value from an array.Signature:
restoreValue(transformedValue: unknown[]): Set<unknown>Parameters:
| Parameter | Type | Description |
|---|---|---|
| transformedValue | unknown[] | The array to restore the value from. |