Model indirection

The right side of a declaration contains a literal that is converted dynamically through a property editor. If the literal is prefixed by @ , the remainder of the string is treated as a model attribute name. The declaration expects the attribute value of the object from the model.

How to refer to attribute values of model objects

object."ilog.tgo.model.IltObject" {
    label: @name;
}
The label property is set to the value of the attribute named name in the model.
Besides the standard model attributes, JViews TGO also provides the following attributes that you can use when customizing objects and graphic components: