MultipleTextComponent.valueToString method
MultipleTextComponent › valueToString
Converts the value to the string shown in the text area. Subclasses can override to customize the serialization.Signature:
valueToString(value: readonly string[]): stringParameters:
| Parameter | Type | Description |
|---|---|---|
| value | readonly string[] | The value to convert. |
Returns: string — The string representation of the value.