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