Overview

ADAPT JavaScript API contains classes and functions that enable developers to interact with the ADAPT evaluation environment from JavaScript. Among its features are:

  • Ability to initialize, load, and save packets
  • Ability to invoke transactions on packets
  • Ability to construct, serialize, and deserialize ADAPT data

The ADAPT JavaScript API reference contains detailed descriptions of all classes and type aliases exposed by the ADAPT JS API.

Because the ADAPT wrapper scripts implement most of the necessary interactions, understanding the API is, in most cases, unnecessary. However, a basic understanding of the API is:

  • useful when writing MUFL code to define each packet’s interface to invoke transactions in ADAPT packets and handle the transaction results.
  • especially useful when developing front-end applications.
  • essential if potentially creating a custom ADAPT TypeScript implementation because our default version doesn’t meet your specific needs.

Click Contact Us in the top navigation bar of this page to reach out to the ADAPT team to get the necessary details.

Classes

Type Aliases