Home > @tridion-sites/open-api-client > ComponentTemplate
Represents a Component Template: a template used to render a Component into a Component Presentation.
Signature:
export type ComponentTemplate = Template & {
AllowOnPage?: boolean;
ApprovalStatus?: Link;
DynamicTemplate?: string;
IsRepositoryPublishable?: boolean;
OutputFormat?: string;
Priority?: number;
RelatedSchemas?: Array<Link>;
TrackingCategories?: Array<Link>;
WorkflowInfo?: WorkflowInfo;
};
References: Template, Link, WorkflowInfo