Home > @tridion-sites/models > TranslationWorkflowStatus
Signature:
export declare class TranslationWorkflowStatus
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ backendModel, language, workflowStep }) | Constructs a new instance of the TranslationWorkflowStatus class |
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. |