onDraftUpdated( )


Notes:

Triggered when a draft post is updated.

Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: DraftUpdatedEnvelope): void | Promise<void>

Did this help?