GB Tag Types
Below are the different type of tags that can be found in Graphics Builder.
Tag naming rule:
- By convention you must use camel case (fooBarBaz)
- Tags must start with a lowercase letter
Marker - is a tag that is used to classify an item.
String -Â a string of UTF-8 and characters.
Number -Â integer or floating point number.
Boolean -Â boolean "true" or "false".
Array -Â a list of elements.
Object - a set of key value pairs.