Aracılığıyla paylaş


MatchCondition interface

Eşleşme koşullarını tanımlayın.

Özellikler

matchValues

Değeri eşleştirin.

matchVariables

Eşleşme değişkenleri listesi.

negationConditon

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

Eşleşme değişkenleri listesi.

matchVariables: MatchVariable[]

Özellik Değeri

negationConditon

Bunun geçersiz koşul olup olmadığı.

negationConditon?: boolean

Özellik Değeri

boolean

operator

Eşleştirilecek işleç.

operator: "Any" | "Contains" | "Equal" | "IPMatch" | "LessThan" | "GreaterThan" | "LessThanOrEqual" | "GreaterThanOrEqual" | "BeginsWith" | "EndsWith" | "Regex" | "GeoMatch"

Özellik Değeri

"Any" | "Contains" | "Equal" | "IPMatch" | "LessThan" | "GreaterThan" | "LessThanOrEqual" | "GreaterThanOrEqual" | "BeginsWith" | "EndsWith" | "Regex" | "GeoMatch"

transforms

Dönüşümlerin listesi.

transforms?: ("Uppercase" | "Lowercase" | "Trim" | "UrlDecode" | "UrlEncode" | "RemoveNulls" | "HtmlEntityDecode")[]

Özellik Değeri

("Uppercase" | "Lowercase" | "Trim" | "UrlDecode" | "UrlEncode" | "RemoveNulls" | "HtmlEntityDecode")[]