onDraftCreated( )


Notes:

Triggered when a draft post is created.

Method Declaration
Copy
Method Parameters
handlerfunction

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

Did this help?