propertyName
Type: String
Required: Yes
"propertyName": "Value"
Internal attribute name of the control. The internal attribute name is formed from the attribute name without prefix in Pascal case.
Example:
"name": "data-tchmi-my-custom-value"
becomes: „MyCustomValue
“.
For better mapping between JavaScript variables and attributes, it is recommended to name the attribute variable in the JavaScript code of Source.js according to the "propertyName
".