propertyGetterName

Type: String
Required: Yes

"propertyGetterName": "getValue"

This property creates the reference to the getter function in Source.js/ts. The getter function returns the attribute value when called. For the reference between Description.json and Source.js, the getter function must have the same name as the"propertyGetterName". If the names in Description.json and Source.js/ts are different, an error message appears in the browser console and the getter function cannot be used.

The recommended notation for the getter name is the "propertyName" plus the prefix "get" in Camel case.