Skip to main content

addToParamQueue

@combeenation/custom-code-utils


Variable: addToParamQueue()

const addToParamQueue: (title, value, sdCtrlName?) => void = SdvParameter.addToParamQueue

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

sdCtrlName?

string

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

Returns

void