Show TOC

The Thumbnail ObjectLocate 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:

{
  "type" : "thumbnail",    // optional
  "leftUpper" : <label>,
  "leftLower" : <label>,
  "rightUpper" : <label>,
  "rightLower" : <label>
}

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