Variable ContentStatusConst
ContentStatus: {
Approved: "APPROVED";
Draft: "DRAFT";
Rejected: "REJECTED";
Submitted: "SUBMITTED";
} = ...
Type Declaration
-
ReadonlyApproved: "APPROVED"
-
ReadonlyDraft: "DRAFT"
-
ReadonlyRejected: "REJECTED"
-
ReadonlySubmitted: "SUBMITTED"
The submission status of the content document.