Skip to content

TypedTextComponent.valueToString method

TypedTextComponent › valueToString

Converts a value to a string.

Signature:

valueToString(value: T): string

Parameters:

ParameterTypeDescription
valueTThe value to convert.

Returns: stringThe string.