getConfigurationState

getConfigurationState

Returns the current state of all variants and materials in the scene.

Signature

getConfigurationState(): Promise<ConfigurationState[]>

Parameters

None.

Returns

Promise<ConfigurationState[]> — Array of variant and material states.

See ConfigurationState in Common Types.

Usage

Example response

Last updated