Megosztás a következőn keresztül:


MatchConditionOutput interface

Egyezés feltételeinek meghatározása.

Tulajdonságok

matchValues

Érték egyeztetése.

matchVariables

Egyező változók listája.

negationConditon

Akár nem, akár nem.

operator

A egyeztetni kívánt operátor.

transforms

Az átalakítások listája.

Tulajdonság adatai

matchValues

Érték egyeztetése.

matchValues: string[]

Tulajdonság értéke

string[]

matchVariables

Egyező változók listája.

matchVariables: MatchVariableOutput[]

Tulajdonság értéke

negationConditon

Akár nem, akár nem.

negationConditon?: boolean

Tulajdonság értéke

boolean

operator

A egyeztetni kívánt operátor.

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

Tulajdonság értéke

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

transforms

Az átalakítások listája.

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

Tulajdonság értéke

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