CustomTool Data Type

Properties
name data type constraints description
iconUrl string  
key string  
name map of string  
newtab boolean required boolean
id number required int
toolUrl string  

Example

{
  "iconUrl" : "...",
  "key" : "...",
  "name" : {
    "property1" : "...",
    "property2" : "..."
  },
  "newtab" : true,
  "id" : 12345,
  "toolUrl" : "..."
}