Skip to main content

bp-sdk-next-button-container

Custom element hooks

NameDescription
bp-sdk-external-next-button-containerdisable html

Classes

NameDescription
bp-sdk-next-button-container__containerRoot div element

Properties

PropertyAttributeDescriptionTypeDefault
activeQuestionSet--IApplicationFormQuestionSetundefined
answersResourceStateanswers-resource-stateAnswer resource states injected from reduxLoadingStates.Error \| LoadingStates.Loaded \| LoadingStates.Loading \| LoadingStates.NotLoadedundefined
applicationFormResourceStateapplication-form-resource-stateApplication form resource states injected from reduxLoadingStates.Error \| LoadingStates.Loaded \| LoadingStates.Loading \| LoadingStates.NotLoadedundefined
applicationIdapplication-idCurrent application form idstringundefined
buttonDisabledbutton-disabledControls disabled state of buttonbooleanfalse
config--IPartnerEngineConfig injected from reduxIPartnerEngineConfigundefined
enableUserApplicationGuardenable-user-application-guardEnabled user check for applicationbooleanundefined
hasPermissionToEdithas-permission-to-editHas permission to edit applicationbooleanundefined
isActiveQuestionSetPendingProcessis-active-question-set-pending-processDoes the active question have a pending processbooleanundefined
isOwneris-ownerIs owner of applicationbooleanundefined
lockedlockedApplication form state injected from reduxbooleanundefined
pendingProcesses--Pending processes of application form state injected from reduxIApplicationFormProcesses[]undefined
questionPoolResourceStatequestion-pool-resource-stateQuestion pool resource states injected from reduxLoadingStates.Error \| LoadingStates.Loaded \| LoadingStates.Loading \| LoadingStates.NotLoadedundefined
questionSetResourceStatequestion-set-resource-stateQuestion set resource states injected from reduxLoadingStates.Error \| LoadingStates.Loaded \| LoadingStates.Loading \| LoadingStates.NotLoadedundefined
questionSetState--Question Set State from StoreIQuestionSetStateundefined
queue--Answer queueIAnswer[]undefined
shouldDisableIfIncompleteshould-disable-if-incompleteDisable navigation if active question set is incompletebooleanfalse

Events

EventDescriptionType
bpAnalyticsTrackEmits an analytics tracking event, see AnalyticsTrackingEventName (sdk-types) for event namesCustomEvent<IAnalyticsTrackEventDetail>

Dependencies

Depends on

Graph

graph TD; bp-sdk-next-button-container --> bp-sdk-next-button bp-sdk-next-button --> bp-sdk-button bp-sdk-next-button --> bp-sdk-icon-container style bp-sdk-next-button-container fill:#f9f,stroke:#333,stroke-width:4px

Built with StencilJS