Below are the different type of tags that can be found in Graphics Builder.
Tag names are restricted to the following characters:
...
Tag naming rule:
- By convention you must use camel case (fooBarBaz)
- Tags must start with a lowercase letter
Marker - the is a tag is merely a marker annotation and has no meaningful value. Marker tags are used to indicate a "type" or "is-a" relationship.that is used to classify an item.
String - a string of Unicode UTF-8 and characters.
Number - integer or floating point number annotated with an optional unit of measurement.
Boolean - boolean "true" or "false".
Array - an ordered series or arrangementa list of elements.
Object - a collection of properties, and a property is an association between a name (or key) and a valueset of key value pairs.