Skip to content

MultipleTextComponent.setPlaceholderValue method

MultipleTextComponent › setPlaceholderValue

Sets the placeholder value of the component.

Signature:

setPlaceholderValue(placeholderValue: readonly string[]): this

Parameters:

ParameterTypeDescription
placeholderValuereadonly string[]The placeholder value to set.

Returns: thisThe component.