bp-sdk-question-set-navigation-container
Custom element hooks
Name | Description |
---|---|
bp-sdk-external-question-set-navigation-container | disables html |
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
activeQuestionSetId | active-question-set-id | Active question set ID injected by redux | string | undefined |
areParentQuestionSetsInNavigationEnabled | are-parent-question-sets-in-navigation-enabled | Config: Parent question set navigation enabled? Injected by redux | boolean | undefined |
isQuestionSetNavigationEnabled | is-question-set-navigation-enabled | Config: Question set navigation enabled? Injected by redux | boolean | undefined |
parentQuestionSets | -- | Parent question sets injected from redux | IApplicationFormQuestionSet[] | [] |
questionSetsList | -- | Question sets list injected by redux | IApplicationFormQuestionSet[] | [] |
Dependencies
Depends on
Graph
graph TD;
bp-sdk-question-set-navigation-container --> bp-sdk-question-set-navigation
style bp-sdk-question-set-navigation-container fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS