Home > @tridion-sites/models > ApprovalStatus
Signature:
export declare class ApprovalStatus extends SystemWideObject
Extends: SystemWideObject
Constructor | Modifiers | Description |
---|---|---|
(constructor)(approvalStatusArgs) | Constructs a new instance of the ApprovalStatus class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendApprovalStatus | ||
getInternalModel | () => BackendApprovalStatus | ||
isDeleted | boolean | <p>Value indicating whether the Approval Status is deleted.</p><p>If an Approval Status is deleted, it is not physically removed, but only flagged as deleted. (and therefore suppressed from the list of Approval Statuses).</p> | |
position | number | undefined | <p>Position of this Approval Status in the list of the Approval Statuses.</p><p>The list of Approval Statuses is ordered, because Publication Targets can have a minimal Approval Status: Approval Statuses with a Position lower than this minimal approval status won’t be publishable.</p> |