Skip to content

Attribute: type

Richard Cowin edited this page Mar 26, 2024 · 4 revisions

If a type attribute is specified, its value represents the type of the value of the attribute. By default, the type is assumed to be string. The following are the types available:

  • boolean
  • float - deprecated (use number)
  • int - deprecated (use number)
  • number
  • string
  • array

Useful links

Clone this wiki locally