Renders a parsed template into a human-readable string.
For non-destructured properties, calls toString() if available on the value. For destructured properties ({@Prop}), uses JSON.stringify.
toString()
{@Prop}
parsed template tokens
property values to interpolate
the rendered message string
Renders a parsed template into a human-readable string.
For non-destructured properties, calls
toString()if available on the value. For destructured properties ({@Prop}), uses JSON.stringify.