tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > Condition

Condition type

Abstract base class for Conditions used in a Target Group definition.

Signature:

export type Condition = {
    $type?: string;
    Negate?: boolean;
};