The <prop> element is used to describe block characteristics and functions.
As a rule, a dashboard consists of typical blocks described with the standard list of properties. The list of properties for such typical blocks is given in respective specification section.
The <prop> element can be primitive or structural depending on its contents.
The tag that describes the primitive element (usually a field) can contain only a specific value given in the val attribute.
<prop tag="" val="" />
The tag that describes the structural element may have various syntax types:
Type 1. A collection of <prop> elements.
<prop tag="">
<prop>...</prop>
...
<prop>...</prop>
</prop>
Type 2. A collection of <prop> elements with one <area> element:
<prop tag="">
<prop>...</prop>
...
<prop>...</prop>
<area>...</area>
</prop>
Type 3. A collection of <area> elements:
<prop tag="">
<area>...</area>
...
<area>...</area>
</prop>
Type 4. A collection of <item> elements:
<prop tag="">
<item>...</item>
...
<item>...</item>
</prop>
Attribute | Description |
tag | Property name. |
val | Property value. |
See also: