TextBasedComponent.setPlaceholderValue method
TextBasedComponent › setPlaceholderValue
Sets the placeholder value of the component.Signature:
setPlaceholderValue(placeholderValue: T): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| placeholderValue | T | The placeholder value to set. |
Returns: this — The component.