次の方法で共有


MatchConditionOutput interface

一致条件を定義します。

プロパティ

matchValues

一致する値。

matchVariables

一致変数の一覧。

negationConditon

これが否定条件かどうか。

operator

照合する演算子。

transforms

変換の一覧。

プロパティの詳細

matchValues

一致する値。

matchValues: string[]

プロパティ値

string[]

matchVariables

一致変数の一覧。

matchVariables: MatchVariableOutput[]

プロパティ値

negationConditon

これが否定条件かどうか。

negationConditon?: boolean

プロパティ値

boolean

operator

照合する演算子。

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

プロパティ値

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

transforms

変換の一覧。

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

プロパティ値

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