Name | Type | Description |
---|---|---|
title | string | The title for the Quick View. |
subtitle | string | The subtitle for the Quick View. |
closeIconURL | string | The URL for the close icon. If not provided, a default close icon will be used. |
hideCloseIcon | boolean | A boolean to determine whether to hide the close icon. By default, it is true . |
quickViewStyle | QuickViewStyle | An instance of QuickViewStyle class to style the Quick View. |
QuickViewStyle
class to the quickViewStyle
attribute to customize the appearance of the Quick View. The QuickViewStyle
class is derived from the BaseStyle
class
Name | Description |
---|---|
titleFont | The font of the title. |
titleColor | The color of the title. |
subtitleFont | The font of the subtitle. |
subtitleColor | The color of the subtitle. |
closeIconTint | The color of the close icon. |
leadingBarTint | The color of the leading bar. |
leadingBarWidth | The width of the leading bar. |
Name | Description |
---|---|
cc-close-clicked | This event is dispatched when the close button is clicked. |