bp-sdk-vehicle-panel-buttons
Custom element hooks
Name | Description |
---|
bp-sdk-external-vehicle-panel-buttons | disable html |
Classes
Name | Description |
---|
bp-sdk-vehicle-panel-buttons__container | Root div element |
Properties
Property | Attribute | Description | Type | Default |
---|
canDelete | can-delete | Can Delete | boolean | false |
canEdit | can-edit | Can edit | boolean | false |
handleDelete | -- | On close function hook | () => void | undefined |
handleEdit | -- | On open function hook | (e: MouseEvent) => void | undefined |
Dependencies
Used by
Depends on
Graph
graph TD;
bp-sdk-vehicle-panel-buttons --> bp-sdk-vehicle-delete-button
bp-sdk-vehicle-panel-buttons --> bp-sdk-vehicle-edit-button
bp-sdk-vehicle-panel --> bp-sdk-vehicle-panel-buttons
style bp-sdk-vehicle-panel-buttons fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS