Versions Compared

Key

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

...

Lastly, a ClearBlade developer must go the components collection in the asset-monitor-management system and add a row with your the component details you provide to them:

  • id - Should match the component id you used in your component repo

  • name - Should match the component name you used in your component repo

  • type - ai_internal_v1 for internal and external for external components.

  • owner - Owner of the component

  • description - Description of the component

  • ui_injection_id - You can skip this.

  • min_ia_version - This is the IA version on which this MFE was tested.

  • repo_url - The url to the components repository you created from the template

  • mfe_url - The url to your MFE (e.g. https://cdn.jsdelivr.net/gh/ParentRepo/tst-TestRepo@main/dist/tst_TestRepo.js)

...