bp-sdk-message-container
Custom element hooks
| Name | Description |
|---|---|
bp-sdk-external-message-container | disables html |
Properties
| Property | Attribute | Description | Type | Default |
|---|---|---|---|---|
messages | -- | Application form messages injected from redux Legacy messages target the application form and are displayed here. Non-legacy messages can be attached to components other than the application form and will be handled elsewhere. | IMessage[] | undefined |
showNonLegacyMessages | show-non-legacy-messages | When true, shows all application form messages. When false (default), shows only legacy messages. | boolean | false |
Dependencies
Depends on
Graph
graph TD;
bp-sdk-message-container --> bp-sdk-message
style bp-sdk-message-container fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS