status property

ContentUpdateStatus? status
final

The updated status of the content. Note, if you change the status of a page from 'current' to 'draft' and it has an existing draft, the existing draft will be deleted in favor of the updated page.

Implementation

final ContentUpdateStatus? status;