onDraftDeleted( )


Notes:

Triggered when a draft post is deleted.

Method Declaration
Copy
Method Parameters
handlerfunction

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

Did this help?