Versions Compared

Key

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

Table of contents:

Table of Contents
stylenone

Ambita.mFlex.init

This is used for configuration and injection of the components

...

Example

Code Block
languagetypescript
window.Ambita.mFlex.init({
  environment: 'test',
  token: tokenObject,
  reference: '123456789',
  technicalReference: '123456789',
  externalDepartmentId: 1234,
});

...