-
Notifications
You must be signed in to change notification settings - Fork 10
Analysis Module: UI Params
Richard Barad edited this page Nov 19, 2019
·
4 revisions
You may optionally choose to allow a user to select param values before running the analysis.
Note: This is not required. If you don't need/want to use this you will need to add
"uiParams": "none"
to your analysis module config. If you do use this, see the following:
The label object here has the same format as all of the other label properties in the app configuration.
"label": {
"en": "Select a range for analysis"
...
}
At a minimum, you must configure a label for the application's active language.
These are the currently supported UI Param input types:
They each have their own requirements, so click the links above to learn more.