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

Module Settings

Learn how to use the Settings tab in APIANT’s Module IDE to define additional configuration options. Design settings with drag-and-drop, preview their layout, and reference values by name in implementation code.

This tab is a drag-drop designer to define additional settings that control the module's behavior.

Document image
 

Use the Preview link to view how the settings will be rendered:

Document image
 

When a module has settings defined, a link appears at its bottom:

Document image
 

Settings open next to the module when the link is clicked:

Document image
 

Settings are useful to help minimize the complexity of a module's appearance. Settings can only be used for information that doesn't need to be wired into the module, however.

Like module definition component, each setting component is given a name that is used to reference the setting's value from the implementation code:

Document image
 
Document image