Home > widget-integration > FilterHelper > toStringValue

FilterHelper.toStringValue() method

Converts range value to string representation Handles both object {lower, upper} and primitive values

Signature:

toStringValue(value: any): string;

Parameters

Parameter

Type

Description

value

any

Value to convert (object with lower/upper or primitive)

Returns:

string

String representation of the value