Home > @tridion-sites/open-api-client > TrackingKeyCondition
Represents a condition on the value of a Tracking Key.
Signature:
export type TrackingKeyCondition = {
Keyword?: Link;
Negate?: boolean;
Operator?: NumericalConditionOperator;
Value?: number;
};
References: Link, NumericalConditionOperator