tridion-sites-extensions-api-docs

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

TemplateBuildingBlock type

Represents the data of a Template Building Block: a re-usable template module.

Signature:

export type TemplateBuildingBlock = Template & {
    ApprovalStatus?: Link;
    WorkflowInfo?: WorkflowInfo;
};

References: Template, Link, WorkflowInfo