bp-sdk-dialog
Slots
Name | Description |
---|
| default slot |
Custom element hooks
Name | Description |
---|
bp-sdk-external-dialog | disable html |
Classes
Name | Description |
---|
bp-sdk-dialog__container | Root div element |
bp-sdk-dialog__container-${this.answerId} | Dialog element scoped by question id |
bp-sdk-dialog__container-${this.code} | Dialog element scoped by question code |
Properties
Property | Attribute | Description | Type | Default |
---|
answerId | answer-id | Answer id | string | undefined |
code | code | Question code | string | undefined |
isRequired | is-required | Is required | boolean | true |
questionId | question_id | Question Id | string | undefined |
Dependencies
Used by
Depends on
Graph
graph TD;
bp-sdk-dialog --> bp-sdk-dialog-close-button
bp-sdk-dialog-close-button --> bp-sdk-button
bp-sdk-dialog-close-button --> bp-sdk-icon-container
bp-sdk-radio-dialog --> bp-sdk-dialog
style bp-sdk-dialog fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS