Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For example, the JavaScript code: akioma.sports.myFunction() is equivalent to the CLAPI TypeScript code: window.akioma.sports.myFunction() (note Note the global window global object in the beginning).

To call dynObject and controller functions and properties, the CLAPI added .dynObject and .controller properties also with type any to the base SwatObject.

...