Skip to content

Disagg IML: Set IML Bounds On Form

Requires #119 (closed)

Add IML min and max bounds to control form in app.reducer.ts:

IMT case should return:

  return {
          ...state,
          form: updateGroup<DisaggControlForm>({
            iml: iml => setUserDefinedProperty(iml, 'bounds', imlBounds),
          })(state.form)
        }

The IML bounds can be found using the usage and the current IMT value state.form.value.imt

See main issue for bigger picture: #93 (closed)

Edited by Clayton, Brandon Scott