tridion-sites-extensions-api-docs

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

ComponentPresentation type

Represents a Component Presentation: essentially a combination of a Component and a Component Template.

Signature:

export type ComponentPresentation = {
    $type?: string;
    Component?: Link;
    ComponentTemplate?: Link;
    Conditions?: Array<TargetGroupCondition>;
};

References: Link, TargetGroupCondition