propertySetterName
Type: String
Required: Yes
"propertySetterName": "setValue"
This property creates the reference to the setter function in Source.js. The setter function allows a new value to be set. For the reference between Description.json and Source.js, the setter function must have the same name as the"propertySetterName
". If the names in Description.json and Source.js/ts are different, an error message appears in the browser console and the setter function cannot be used.
The recommended notation for the setter name is the "propertyName
" plus the prefix "set
" in Camel case.
If an attribute is read only, the empty string should be entered as propertySetterName
.