Note: JavaScript must be enabled for you to properly view versions. It seems JavaScript is either disabled or is not supported by your browser which causes all versions of text to be simultaneously displayed. Enable JavaScript in your browser options, then try again.

SearchResultStyle

SearchResultStyle encapsulates information about the style of the search results.

Fields

Field nameField typeField description
backgroundColor string
The background color of this style represented as a 6-digit hexadecimal string with leading # sign.
borderColor string
The border color of this style represented as a 6-digit hexadecimal string with leading # sign.
faintTextColor string
The faint text color of this style represented as a 6-digit hexadecimal string with leading # sign.
logoBackgroundColor string
The logo background color of this style represented as a 6-digit hexadecimal string with leading # sign.
logoDestUrl string
The URL of the destination when the logo is clicked in the search result.
logoHeight int
The height of the logo in the search result.
logoPlacement LogoPlacement
The logo placement of the search result.

Values are:

  • Top
  • Left

logoUrl string
The URL of the logo for the search result.
logoWidth int
The width of the logo in the search result.
name string
The name of this style.
textColor string
The text color of this style represented as a 6-digit hexadecimal string with leading # sign.
titleColor string
The title color of this style represented as a 6-digit hexadecimal string with leading # sign.
urlColor string
The URL color of this style represented as a 6-digit hexadecimal string with leading # sign.
visitedUrlColor string
The visited URL color of this style represented as a 6-digit hexadecimal string with leading # sign.