Introduction

📘

Required module

Required module: App engine - UI Components. Check your modules at Admin > Licenses. To obtain this module, contact your IXON account manager or IXON distributor.

Definition

UI Components act as the visualization layer of the App Engine. They should be utilized whenever an application requires dynamic interface rendering, direct human-machine interaction, or the translation of machine telemetry into visual dashboard elements. Therefore, We can say that they act as the front-end of our functionality.

UI Components let you create custom integrated components in the IXON Platform. With them, you can add information or customize visuals on cards, pages (Device Pages or Main Pages) or reports.

About the SDK

UI Components provide an API and Software Development Kit to develop widgets that work in the IXON Portal on the web and in the mobile app. UI Components can also be used to visualize data in reports. UI Components are web components, so anything that works on the web will work in your UI Component.

The SDK can be found on GitHub: https://github.com/ixoncloud/component-workspace

Get Started

Getting started with UI Components is easy! A UI Component can be created with the provided Component Workspace. Follow the Installation guide to get started building your app.