onNoteCreated( )


Notes:

Triggered when a note is created.

Method Declaration
Copy
Method Parameters
handlerfunction

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

Did this help?