onQuestionEntryCreated( )


Notes:

Triggered when a question entry is created.

Method Declaration
Copy
Method Parameters
handlerfunction

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

Did this help?