Interface: FormsConfiguration

NutrientViewer.FormsConfiguration

Defines specific configuration options related to forms.

Example

NutrientViewer.load({
  formsConfiguration: {
    export: { disableComboBoxArrow: true }
  }
});