bp-sdk-quote-request-bind-container
Custom element hooks
Name | Description |
---|
bp-sdk-external-quote-request-bind-container | disable html |
Classes
Name | Description |
---|
bp-sdk-quote-request-bind-container__container | Root div element |
Properties
Property | Attribute | Description | Type | Default |
---|
appFormId | app-form-id | Application form id | string | '' |
carrier | -- | Carrier name | ICarrier | undefined |
handleBind | -- | quote bind function | (quoteId: string, appFormId: string, afterResponse?: (response: string) => void) => void | undefined |
isBindable | is-bindable | Is bindable | boolean | undefined |
isPermittedToBind | is-permitted-to-bind | Is permitted to bind | boolean | undefined |
quoteId | quote-id | Quote id | string | '' |
quoteInfo | -- | Quote information | IQuoteInfo | undefined |
Dependencies
Used by
Depends on
Graph
graph TD;
bp-sdk-quote-request-bind-container --> bp-sdk-quote-request-button-container
bp-sdk-quote-request-button-container --> bp-sdk-quote-request-button
bp-sdk-quote-request-button --> bp-sdk-button
bp-sdk-quote-request --> bp-sdk-quote-request-bind-container
style bp-sdk-quote-request-bind-container fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS