Constants

In this chapter you will find an overview of the types of constants.


Constants – Data types

A list of the data types available for properties:

  • String
  • Boolean
  • Color
  • Single
  • Double
  • Int8
  • Int16
  • Int32
  • Int64

Constants – Target types

A list of the target types available for properties:

  • Attributes: Changes the value of an attribute of the element.
  • Style: Changes the value of a style of the element.
  • Content: Changes the content of the element.

Constants – comparison operators

A list of the comparison operators for conditions available for properties:

  • eq =
  • neq!=
  • lt <
  • lte <=
  • gt >
  • gte >=