Show TOC

 The Thumbnail Object Locate this document in the navigation structure

 

The thumbnail object defines the visualization of a selected analysis step in the analysis path display of the UI. It has the following format:

Syntax Syntax

  1. {
  2.   "type" : "thumbnail",    // optional
  3.   "leftUpper" : <label>,
  4.   "leftLower" : <label>,
  5.   "rightUpper" : <label>,
  6.   "rightLower" : <label>
  7. }
End of the code.

The labels define the text that is displayed in the four corners of the thumbnail. All attributes of the thumbnail object are optional.