update

Initiates control update.

Signatures

  •   ParamateControls.<ControlName>.update()

Details

Abstract function that must be implemented when creating a custom control. The function is called by the configurator on construction or new configuration (e.g., when the open parameter value have changed). The control then fetches these new values and eventually calls the onConfigure() callback if it is provided.

No redraw is initiated at this stage.