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.

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

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

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

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:

