allowSymbolExpressionsInObject

Type: Boolean
Required: No

"allowSymbolExpressionsInObject": false

This property specifies whether the attribute setter can process symbol expressions within an object. This setting is not relevant if the values of an attribute are not objects (e.g. string, Boolean, number). By default, the property is false.

If this setting is true, engineering allows a selection of symbols in the editor.

allowSymbolExpressionsInObject 1:

The control receives such an object at runtime, for example:

{
    "start": "%i%myinternalsymbol%/i%",
    "end": 35.0
}

For step-by-step instructions on how these data types are processed, see Handling of symbol expressions in objects