activeQuestionSet | -- | | IApplicationFormQuestionSet | undefined |
answersResourceState | answers-resource-state | Answer resource states injected from redux | LoadingStates.Error \| LoadingStates.Loaded \| LoadingStates.Loading \| LoadingStates.NotLoaded | undefined |
applicationFormResourceState | application-form-resource-state | Application form resource states injected from redux | LoadingStates.Error \| LoadingStates.Loaded \| LoadingStates.Loading \| LoadingStates.NotLoaded | undefined |
buttonDisabled | button-disabled | Controls disabled state of button | boolean | false |
config | -- | IPartnerEngineConfig injected from redux | IPartnerEngineConfig | undefined |
questionPoolResourceState | question-pool-resource-state | Question pool resource states injected from redux | LoadingStates.Error \| LoadingStates.Loaded \| LoadingStates.Loading \| LoadingStates.NotLoaded | undefined |
questionSetResourceState | question-set-resource-state | Question set resource states injected from redux | LoadingStates.Error \| LoadingStates.Loaded \| LoadingStates.Loading \| LoadingStates.NotLoaded | undefined |
questionSets | -- | Question sets | IApplicationFormQuestionSet[] | [] |
queue | -- | Answer queue | IAnswer[] | undefined |
shouldHideForFirstQuestionSet | should-hide-for-first-question-set | Hide back button on first question set | boolean | false |