Skip to main content

waitForSettingsRegistered

@combeenation/custom-code-utils


Variable: waitForSettingsRegistered()

const waitForSettingsRegistered: (sdCtrlName?) => Promise<void> = SdvBasicApi.waitForSettingsRegistered

Function for waiting until the model settings are registered.
At this point custom settings can be applied safely without getting overwritten by model settings.

Parameters

sdCtrlName?

string

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

Returns

Promise<void>