Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 511 Bytes

the-thumbnail-object-c5da7d5.md

File metadata and controls

19 lines (13 loc) · 511 Bytes

The Thumbnail Object

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.