DApp

IDE Functional Modules Explained

Outline Tree

The Outline Tree module allows you to organize and manage page elements in a tree structure. The Outline Tree view allows developers to visualize the hierarchical relationship of pages and easily add, delete and sort elements.

Components

The Component module provides a rich set of interface elements such as buttons, input boxes, forms, etc. Users can add these components to the page by dragging and dropping them. Each component is preset with different attributes and events, which can be configured and adjusted by users according to their needs.

Data Source

The data source module is one of the core features of the low-code platform, which allows users to connect and manage various data sources. Users can use back-end services, databases or other APIs as data sources to realize data reading, writing and updating operations.

Customization

The Customization module provides users with a degree of flexibility, allowing them to create or modify components and functionality based on specific needs. This may include writing custom code, defining business logic, or adjusting the behavior of existing components.

Dictionary Functions

Dictionary functions are typically used to manage data dictionaries, which are data structures used to store key-value pair data. In low-code platforms, dictionary functionality can be used to configure options for components such as drop-down lists, tabs, etc., enabling these components to dynamically display and update data.

Last updated