Home > doofinder > BannerInfo
BannerInfo interface
Represents the information received for a banner for certain search.
Signature:
export interface BannerInfo
Properties
| Property | Type | Description |
|---|---|---|
| blank | boolean | Whether to open the banner in a new window or not. |
| html_code | string | Custom HTML code of the banner. |
| id | number | Id of the banner. |
| image | string | Desktop image of the banner. |
| link | string | Target link of the banner. |
| mobile_image | string | Mobile image of the banner. |