tridion-sites-extensions-api-docs

Home > @tridion-sites/models > TranslationWorkflowStatus

TranslationWorkflowStatus class

Signature:

export declare class TranslationWorkflowStatus

Constructors

Constructor Modifiers Description
(constructor)({ backendModel, language, workflowStep })   Constructs a new instance of the TranslationWorkflowStatus class

Properties

Property Modifiers Type Description
_backendModel   BackendTranslationWorkflowStatus  
getInternalModel   () => BackendTranslationWorkflowStatus  
language   TmsLanguage | undefined  
numberOfItems   number | undefined Number of items in the current WorkflowStep for this Language.
workflowStep   TmsWorkflowStep | undefined Current TmsWorkflowStep the Items are in on the translation management system.