tridion-sites-extensions-api-docs

Home > @tridion-sites/models > TemplateBuildingBlock

TemplateBuildingBlock class

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

Signature:

export declare class TemplateBuildingBlock extends Template

Extends: Template

Constructors

Constructor Modifiers Description
(constructor)({ backendModel, approvalStatus, workflowInfo, …templateArgs })   Constructs a new instance of the TemplateBuildingBlock class

Properties

Property Modifiers Type Description
_backendModel   BackendTemplateBuildingBlock  
approvalStatus   Link | undefined The approval status of the item.
getInternalModel   () => BackendTemplateBuildingBlock  
workflowInfo   WorkflowInfo | undefined Workflow-related information for the item.