Modules property
A mobile application module is an application section. Each module in the Modules
configuration object manifest describes a configuration object with properties given in table. The name of the configuration section object must match the name of the model that provides section data.
Configuration object properties
Group
The application menu group that contains the section. Set by the string containing the menu section name from the ModuleGroups
property of the manifest configuration object.
Model
Model name that contains the section data. Set by the string containing the name of one of the models included in the Models
property of the manifest configuration object.
Position
Section position in the main menu group. Set by a numeric value starting with 0.
Title
Section title. String with the section title localized value name. Section title localized value name should be added to the LocalizableStrings manifest schema block.
Icon
This property designed to import custom images to the version 1 user interface menu section.
IconV2
This property designed to import custom images to the version 2 user interface menu section.
Hidden
Checkbox that defines a section is displayed in the menu (true
– hidden, false
– displayed). Optional property. By default – false
.