MatchCondition interface
定義比對條件。
屬性
match |
比對值。 |
match |
比對變數的清單。 |
negation |
這是否為否定條件。 |
operator | 要比對的運算符。 |
transforms | 轉換清單。 |
屬性詳細資料
matchValues
比對值。
matchValues: string[]
屬性值
string[]
matchVariables
negationConditon
這是否為否定條件。
negationConditon?: boolean
屬性值
boolean
operator
要比對的運算符。
operator: string
屬性值
string
transforms
轉換清單。
transforms?: string[]
屬性值
string[]