Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Next »

Below are the different type of tags that can be found in Graphics Builder.

Tag names are restricted to the following characters:

  • Must start with ASCII lower case letter (a-z)
  • Must contain only ASCII letters, digits, or underbar (a-z, A-Z, 0-9, _)
  • By convention use camel case (fooBarBaz)

Marker - the tag is merely a marker annotation and has no meaningful value. Marker tags are used to indicate a "type" or "is-a" relationship.

Stringa string of Unicode characters.

Numberinteger or floating point number annotated with an optional unit of measurement.

Booleanboolean "true" or "false".

Arrayan ordered series or arrangement.

Objecta collection of properties, and a property is an association between a name (or key) and a value.

  • No labels