bp-sdk-vehicle-vin-input-container
Custom element hooks
Name | Description |
---|
bp-sdk-external-vehicle-vin-input-container | disable html |
Classes
Properties
Property | Attribute | Description | Type | Default |
---|
answerId | answer-id | The id of the answer associated with this field | string | undefined |
value | value | Value of input | string | undefined |
Events
Event | Description | Type |
---|
vinUpdate | | CustomEvent<{ vin: string; answerId: string; }> |
Dependencies
Depends on
Graph
graph TD;
bp-sdk-vehicle-vin-input-container --> bp-sdk-vehicle-vin-input
bp-sdk-vehicle-vin-input --> bp-sdk-text-input
bp-sdk-text-input --> bp-sdk-errors-container
bp-sdk-errors-container --> bp-sdk-errors
style bp-sdk-vehicle-vin-input-container fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS