Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

v2.1.0

Latest
Compare
Choose a tag to compare
@LayoutXML LayoutXML released this 09 Nov 21:03
· 21 commits to master since this release
c30087c
  • Added a new generic type object to AppData (variable called object). It is an additional variable that you can use for your own needs. If you need multiple variables, create a new wrapper object (new type) to hold those variables. Can be used with getObject() and setObject(Object), where Object is any type.