qualifiers Attribute

In the .json file, the qualifiers columns are used to display additional attributes.

It is an array of JSON objects, which have the following attributes:

Name Description Mandatory
global Corresponds to "true" or "false". If the value is "true", the attribute applies to the pointer contained in a cell. If the value is "false", the attribute of the last element in the pointer is displayed. No
Note:

By default, the value is "false".

name Corresponds to the name of the MQL attribute that must be displayed. Yes
readOnly Corresponds to "true" or "false".
Note: It only applies to Boolean and Integer attributes.
No
Note:

By default, the value is "true".

text Corresponds to the text that is displayed before the attribute value. Yes
type If this attribute is defined, the qualifier only applies to the corresponding type and its subtypes. No
width

Expresses the width of the qualifier column in pixels.

For example: "width" : "200px"
Yes