次の方法で共有


TextTemplateConverter class

Converterを実装するテキスト テンプレート コンバーター。

メソッド

convert(string | TextTemplate)

文字列を TextTemplate インスタンスに変換します。

メソッドの詳細

convert(string | TextTemplate)

文字列を TextTemplate インスタンスに変換します。

function convert(value: string | TextTemplate): TextTemplate

パラメーター

value

string | TextTemplate

テキストを作成するために評価するテンプレート。

戻り値

新しい TextTemplate インスタンス。