bp-sdk-add-question-pool-item-container
Custom element hooks
Name | Description |
---|
bp-sdk-external-add-question-pool-item-container | disable html |
Classes
Name | Description |
---|
bp-sdk-add-question-pool-item-container__container | Root div element |
Properties
Property | Attribute | Description | Type | Default |
---|
answerPoolId | answer-pool-id | The id that the answer pool the answer belongs to. If undefined, then not part of a pool. | string | undefined |
applicationId | application-id | | string | undefined |
config | -- | | IPartnerEngineConfig | undefined |
helpText | help-text | Help text | string | '' |
questionId | question-id | Question id | string | undefined |
questionSetId | question-set-id | Question set id | string | undefined |
questionSetState | -- | | IQuestionSetState | undefined |
text | text | Add button text | string | '+' |
Dependencies
Used by
Depends on
Graph
graph TD;
bp-sdk-add-question-pool-item-container --> bp-sdk-question-pool-container
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-dynamic-input --> bp-sdk-add-question-pool-item-container
style bp-sdk-add-question-pool-item-container fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS