Skip to content

TextBasedComponent.setPlaceholderValue method

TextBasedComponent › setPlaceholderValue

Sets the placeholder value of the component.

Signature:

setPlaceholderValue(placeholderValue: T): this

Parameters:

ParameterTypeDescription
placeholderValueTThe placeholder value to set.

Returns: thisThe component.