TextTemplateConverter class
Converterを実装するテキスト テンプレート コンバーター。
メソッド
| convert(string | Text |
文字列を TextTemplate インスタンスに変換します。 |
メソッドの詳細
convert(string | TextTemplate)
文字列を TextTemplate インスタンスに変換します。
function convert(value: string | TextTemplate): TextTemplate
パラメーター
- value
-
string | TextTemplate
テキストを作成するために評価するテンプレート。
戻り値
新しい TextTemplate インスタンス。