bp-sdk-quote-request-button-container
Custom element hooks
Name | Description |
---|
bp-sdk-external-quote-request-button-container | disable html |
Classes
Name | Description |
---|
bp-sdk-quote-request-button-container__container | Root div element |
bp-sdk-online-quote__bind | Div element surrounding bind button |
Shared Classes
These classes are on both online and offline quotes if you would like to share styling for both types of quotes
Name | Description |
---|
bp-sdk-quote__bind | Div element surrounding bind button |
Properties
Property | Attribute | Description | Type | Default |
---|
annualPrice | annual-price | Annual Price | string | '0' |
appFormId | app-form-id | Application form id | string | '' |
carrierName | carrier-name | Carrier name | string | undefined |
handleBind | -- | quote bind function | (quoteId: string, appFormId: string, afterResponse?: (response: string) => void) => void | undefined |
isQuoteExpired | is-quote-expired | Is quote expired | boolean | false |
quote | -- | Quote object injected from redux | IQuotesState | undefined |
quoteId | quote-id | Quote id | string | '' |
Events
Event | Description | Type |
---|
bpAnalyticsTrack | | CustomEvent<IAnalyticsTrackEventDetail> |
Dependencies
Used by
Depends on
Graph
graph TD;
bp-sdk-quote-request-button-container --> bp-sdk-quote-request-button
bp-sdk-quote-request-button --> bp-sdk-button
bp-sdk-quote-request-bind-container --> bp-sdk-quote-request-button-container
style bp-sdk-quote-request-button-container fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS