共用方式為


MatchCondition interface

定義比對條件。

屬性

matchValues

比對值。

matchVariables

比對變數的清單。

negationConditon

這是否為否定條件。

operator

要比對的運算符。

transforms

轉換清單。

屬性詳細資料

matchValues

比對值。

matchValues: string[]

屬性值

string[]

matchVariables

比對變數的清單。

matchVariables: MatchVariable[]

屬性值

negationConditon

這是否為否定條件。

negationConditon?: boolean

屬性值

boolean

operator

要比對的運算符。

operator: string

屬性值

string

transforms

轉換清單。

transforms?: string[]

屬性值

string[]