EvaluationOptions class
評估 LG 範本的選項。
建構函式
Evaluation |
建立 EvaluationOptions 類別的新實例。 |
屬性
cache |
評估結果的快取範圍。 |
Line |
|
locale | 評估 LG 的地區設定資訊。 |
null |
|
strict |
方法
merge(Evaluation |
將傳入選項合併至目前選項。 如果傳入選項中的屬性在目前選項中為 Null 時不是 Null,則會覆寫此屬性的值。 |
建構函式詳細資料
EvaluationOptions(EvaluationOptions | string[])
建立 EvaluationOptions 類別的新實例。
new EvaluationOptions(opt?: EvaluationOptions | string[])
參數
- opt
-
EvaluationOptions | string[]
要從中複製初始設定的 實例。
屬性詳細資料
cacheScope
LineBreakStyle
locale
評估 LG 的地區設定資訊。
locale: string
屬性值
string
nullSubstitution
nullSubstitution: (path: string) => unknown
屬性值
(path: string) => unknown
strictMode
strictMode: boolean | undefined
屬性值
boolean | undefined
方法詳細資料
merge(EvaluationOptions)
將傳入選項合併至目前選項。 如果傳入選項中的屬性在目前選項中為 Null 時不是 Null,則會覆寫此屬性的值。
function merge(opt: EvaluationOptions): EvaluationOptions
參數
合併的傳入選項。
傳回
合併之後的結果。