activeQuestionSet | -- | | IApplicationFormQuestionSet | undefined |
addressIdsToBeValidated | -- | A list of address group IDs that are pending validation | string[] | undefined |
addressValidationStatuses | -- | A list of address validation statuses | { [key: string]: ValidationStatus; } | 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 |
applicationId | application-id | Current application form id | string | undefined |
buttonDisabled | button-disabled | Controls disabled state of button | boolean | false |
config | -- | IPartnerEngineConfig injected from redux | IPartnerEngineConfig | undefined |
enableUserApplicationGuard | enable-user-application-guard | Enabled user check for application | boolean | undefined |
hasPermissionToEdit | has-permission-to-edit | Has permission to edit application | boolean | undefined |
isActiveQuestionSetPendingProcess | is-active-question-set-pending-process | Does the active question have a pending process | boolean | undefined |
isOwner | is-owner | Is owner of application | boolean | undefined |
isValidationTriggerOverridden | is-validation-trigger-overridden | Is true when validation has been triggered elsewhere | boolean | undefined |
locked | locked | Application form state injected from redux | boolean | undefined |
pendingProcesses | -- | Pending processes of application form state injected from redux | IApplicationFormProcesses[] | 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 |
questionSetState | -- | Question Set State from Store | IQuestionSetState | undefined |
queue | -- | Answer queue | IAnswer[] | undefined |
shouldDisableIfIncomplete | should-disable-if-incomplete | Disable navigation if active question set is incomplete | boolean | false |