MatchCondition interface
Eşleşme koşullarını tanımlayın.
Özellikler
| match |
Değeri eşleştirin. |
| match |
Eşleşme değişkenleri listesi. |
| negation |
Bunun geçersiz koşul olup olmadığı. |
| operator | Eşleştirilecek işleç. |
| transforms | Dönüşümlerin listesi. |
Özellik Ayrıntıları
matchValues
Değeri eşleştirin.
matchValues: string[]
Özellik Değeri
string[]
matchVariables
negationConditon
Bunun geçersiz koşul olup olmadığı.
negationConditon?: boolean
Özellik Değeri
boolean
operator
Eşleştirilecek işleç.
operator: string
Özellik Değeri
string
transforms
Dönüşümlerin listesi.
transforms?: string[]
Özellik Değeri
string[]