Skip to content

TypedTextComponent.setValue method

TypedTextComponent › setValue

Sets the value of the component.

Signature:

setValue(value: T): this

Parameters:

ParameterTypeDescription
valueTThe value to set.

Returns: thisThe component.