bp-sdk-question-pool-container
Custom element hooks
Name | Description |
---|---|
bp-sdk-external-question-pool-container | disable html |
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
addText | add-text | Add button text | string | undefined |
answerPoolId | answer-pool-id | Answer pool id | string | undefined |
applicationId | application-id | string | undefined | |
code | code | Question pool code | string | undefined |
config | -- | IPartnerEngineConfig | undefined | |
currentQuestionSet | -- | IApplicationFormQuestionSet | undefined | |
description | description | Question pool description | string | undefined |
displayText | display-text | Question pool display text | string | undefined |
guid | guid | Question pool guid | string | undefined |
ownerId | owner-id | Question pool owner id | string | undefined |
parentQuestionId | parent-question-id | Anchor question id | string | undefined |
parentQuestionPoolId | parent-question-pool-id | Parent question pool id | string | undefined |
parentQuestionPoolReferenceId | parent-question-pool-reference-id | Parent question pool reference id | string | undefined |
questionId | question-id | Question Id | string | undefined |
questionSetId | question-set-id | Question Id | string | undefined |
removeText | remove-text | Remove button text | string | undefined |
tenantId | tenant-id | tenant id for question pool | string | undefined |
Dependencies
Used by
Depends on
Graph
graph TD;
bp-sdk-question-pool-container --> bp-sdk-parent-question-pool-selector
bp-sdk-question-pool-container --> bp-sdk-add-item-container
bp-sdk-parent-question-pool-selector --> bp-sdk-select-input
bp-sdk-parent-question-pool-selector --> bp-sdk-button
bp-sdk-select-input --> bp-sdk-errors-container
bp-sdk-errors-container --> bp-sdk-errors
bp-sdk-add-item-container --> bp-sdk-icon-container
bp-sdk-add-item-container --> bp-sdk-button
bp-sdk-add-question-pool-item-container --> bp-sdk-question-pool-container
style bp-sdk-question-pool-container fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS