Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.14 KB

Banner.md

File metadata and controls

23 lines (15 loc) · 1.14 KB

Banner

A synthetic search result that renders as an image. It takes a user to a pre-determined location when clicked.

Properties

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