Type Alias QuestionResponseHandler
QuestionResponseHandler: (
selectedOption: { text: string; value?: string },
) => void
Type Declaration
- (selectedOption: { text: string; value?: string }): void
Parameters
- selectedOption: { text: string; value?: string }
Returns void