• Adds a parameter to the update queue but does not trigger the update yet.
    This function can be used to accumulate various parameter values before executing the parameter update. => Use processParamQueue for executing the accumulated parameter values.

    Parameters

    • title: string
    • value: string | number | boolean | Blob
    • Optional sdCtrlName: string

      If not configured, the first shapediver instance of the configurator is used

    Returns void

Generated using TypeDoc