Skip to content

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[]): string

Parameters:

ParameterTypeDescription
valuereadonly string[]The value to convert.

Returns: stringThe string representation of the value.