ExplicitParameterValue interface

代表明確參數值的介面。

簽名:

export interface ExplicitParameterValue 

屬性

屬性 類型 說明
value 字串 參數設定的 string 值。

明確參數值.value

參數設定的 string 值。

簽名:

value: string;