共用方式為


EvaluationTarget class

運行時間範本狀態。

建構函式

EvaluationTarget(string, MemoryInterface)

建立 EvaluationTarget 類別的新實例。

屬性

cachedEvaluatedChildren

此範本目前評估的子範本。

scope

範圍。

templateName

範本名稱。

方法

getId()

取得目前的實例標識碼。如果兩個目標具有相同的標識符,我們可以說它們具有相同的範本評估結果。

建構函式詳細資料

EvaluationTarget(string, MemoryInterface)

建立 EvaluationTarget 類別的新實例。

new EvaluationTarget(templateName: string, scope: MemoryInterface)

參數

templateName

string

範本名稱。

scope

MemoryInterface

範本範圍。

屬性詳細資料

cachedEvaluatedChildren

此範本目前評估的子範本。

cachedEvaluatedChildren: Map<string, unknown>

屬性值

Map<string, unknown>

scope

範圍。

scope: MemoryInterface

屬性值

MemoryInterface

templateName

範本名稱。

templateName: string

屬性值

string

方法詳細資料

getId()

取得目前的實例標識碼。如果兩個目標具有相同的標識符,我們可以說它們具有相同的範本評估結果。

function getId(): string

傳回

string

標識碼。