Skip to content

MultipleDropdownComponent.setValue method

MultipleDropdownComponent › setValue

Sets the value of the component.

Signature:

setValue(value: readonly string[]): this

Parameters:

ParameterTypeDescription
valuereadonly string[]The value to set.

Returns: thisThe component.