activeQuestionSetChange | Emits the entire question set when the active question set changes | CustomEvent<IApplicationFormQuestionSet> |
answerStateChanged | Emits an answerId when it's loading state changes | CustomEvent<{ answerId: string; loadingState: LoadingStates; }> |
formLoaded | Emitted when an application form is loaded | CustomEvent<IApplicationForm> |
questionSetAdded | Emits a question set when it has been added to the application form | CustomEvent<IApplicationFormQuestionSet> |
questionSetCompletionChanged | Emits a question set when it's completion state has changed | CustomEvent<IApplicationFormQuestionSet> |
quoteFailure | Emits a quote when it has failed | CustomEvent<IQuotesState> |
quotesChanged | Emits all quotes when any quotes change | CustomEvent<IQuotesState[]> |
quoteSuccess | Emits a quote when it is successful | CustomEvent<IQuotesState> |
userAuthenticationChanged | Emits a boolean indicating whether the user is authenticated or not | CustomEvent<boolean> |