name | data type | description |
---|---|---|
label | string | |
name | string | |
description | string | |
itemId | number | |
rbKeyLabel | string | |
transformer | string | |
rbKeyDescription | string | |
dataMaskOptions | map of string |
Example
{ "label" : "...", "name" : "...", "description" : "...", "itemId" : 12345, "rbKeyLabel" : "...", "transformer" : "...", "rbKeyDescription" : "...", "dataMaskOptions" : { "property1" : "...", "property2" : "..." } }