Skip to content
English
  • There are no suggestions because the search field is empty.

Module Definition

Learn how to use the drag-and-drop designer in APIANT’s Module IDE to define a module’s input interface. Configure data fields, preview the layout, and assign component names for use in implementation code.

This tab provides a drag-drop designer for defining how the module appears in the assembly editor:

 

Document image
 

Generally this is where needed input is provided that controls the module's processing. Any data that needs to be wired into the module is defined here.

Click Preview to see how the module will appear when rendered in the Assembly Editor:

 

Document image
 

Each UI component is given a name, which is used to access the component's value from the implementation code:

Document image
 
Document image