Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 2.08 KB

Banner.md

File metadata and controls

18 lines (15 loc) · 2.08 KB

# Banner

Properties

Name Type Description Notes
description string The description of the banner, displayed in sub-head font. [optional]
height int The height the banner occupies in grid cells. [optional]
id string The ID of the banner, used to identify clicked banners. [optional]
image_url string The URL of the image used for the banner. [optional]
position int The 1-based index indicating where the banner appears in search results. [optional]
target_url string The URL to redirect the user to when the banner is clicked. [optional]
text_color string The color of the text as a hex code with a # prefix, e.g. #FFCC00 or #FC0. [optional]
text_position \Sajari\Model\TextPosition [optional]
title string The title of the banner, displayed in header font. [optional]
width int The width the banner occupies in grid cells. [optional]

[Back to Model list] [Back to API list] [Back to README]