SCValue

Properties
name data type description
constraintMax number
constraintMin number
constraints object
imgHref string
key string
locked boolean
title string
value string
valueAsInteger number

Example

{
  "key" : "Property Key",
  "title" : "Property Display Name",
  "value" : "Property Value",
  "constraintMax" : 12345.0,
  "constraintMin" : 12345.0,
  "locked" : true,
  "constraints" : {
    "property1" : "...",
    "property2" : "..."
  },
  "imgHref" : "http://server/path/to/thumbnail.jpg",
  "valueAsInteger" : 12345.0
}