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:

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:

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

