Module: native/Questionnaire/types
Interfaces
- AvatarProps
- BaseQuestionnaireProviderProps
- BubbleProps
- CloseContext
- CustomComponents
- DefaultComponents
- Progress
- QuestionnaireProviderProps
Type aliases
AnsweredQuestion
Ƭ AnsweredQuestion: Object
Type declaration
| Name | Type |
|---|---|
answer | ValueObjects |
linkId? | string |
text? | string |
LoadedWizardProps
Ƭ LoadedWizardProps: BaseWizardProps & { bundle: Bundle }
QuestionnaireComponents
Ƭ QuestionnaireComponents: DefaultComponents & CustomComponents
QuestionnaireContext
Ƭ QuestionnaireContext: Object
Type declaration
| Name | Type |
|---|---|
answers | QuestionAnswerInput[] |
customComponents | QuestionnaireComponents |
index | number |
question? | QuestionnaireQuestion |
questionnaire | Questionnaire |
rindex | number |
change | (ans: ValueObjects, text?: string) => void |
close? | () => void |
input | (ans: ValueObjects, text?: string) => void |
next | (diff?: number) => void |
submit | (answers: QuestionAnswerInput[]) => void |
WizardProps
Ƭ WizardProps: BaseWizardProps & { flowName: string }