Skip to content

MultipleTextComponent.setValue method

MultipleTextComponent › setValue

Sets the value of the component.

Signature:

setValue(value: readonly string[]): this

Parameters:

ParameterTypeDescription
valuereadonly string[]The value to set.

Returns: thisThe component.