Set draft status
page.setDraft()
Set the draft status of the page.
Syntax
Parameters
- isDraft: boolean - Whether the page should be set to draft mode.
Returns
Promise<null
>
A promise that resolves to null
.
Set draft status
page.setDraft()
Set the draft status of the page.
Promise<null
>
A promise that resolves to null
.