Interface State

State information of a product.

IGXC Compatibility: The PBR hash has been removed for now.

Hierarchy

  • State

Properties

comId?: string

Optional commercial instance id. Will be sent from client to server (and retour) to identify the object in the configurator/basket.

Note. comId should match to Commercial.Id if Commercial exists.

geometricHash?: string

The geometric hash may be created from a configurator service. It will be sent to the client, which may return it during upcoming update requests. The service may then detect a non-geometric update of the product representation and send a corresponding update.

gfxId?: string

Optional graphical instance it. Will typically be sent from client (where this id is created and managed) to the server and returned from it, for clear assignment of product representation.

visualHash?: string

The visual hash may be created from a configurator service. It will be sent to the client, which may return it during upcoming update requests. The service may then detect a non-visual update of the product representation and send a corresponding update.

Generated using TypeDoc