Documentation

string()

Transforms the bound value to a string, optionally using the specified format.

string(format?: string): Binding<string>;

Parameters

Return value

A new binding, typed as a string

Related