API Documentation

This API documentation serves as a reference to the public APIs exposed by LaxarJS. If you are new to LaxarJS, you might wish to check out the manuals first.

Here are the most important starting points for LaxarJS API documentation:

  • The laxar module API - The small portion of LaxarJS that is actually exposed through module exports, including create().

  • The Widget Services - Named injections available to widgets: axEventBus, axFeatures, …

  • The Widget Service Mocks - Factory functions to create configurable mocks for widget services. In tests, use these rather than the actual widget services. Automatically used when testing widgets with LaxarJS Mocks.