MultipleTextComponent.setPlaceholderValue method
MultipleTextComponent › setPlaceholderValue
Sets the placeholder value of the component.Signature:
setPlaceholderValue(placeholderValue: readonly string[]): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| placeholderValue | readonly string[] | The placeholder value to set. |
Returns: this — The component.