Skip to main content
⚠️ Archived Version

You are viewing documentation for Design Editor version 7.2, which is no longer actively maintained. For the latest features and updates, please refer to the current version (7.3).

Enumeration: UpdateSurfaceBehavior

Surface insertion mode.

Remarks

You can use this structure in updateSurfaces.

Enumeration Members

keepCurrentSurfaceLength

keepCurrentSurfaceLength: "keepCurrentSurfaceLength"

The number of pages remains the same, and the sizes of the surfaces and newProductSurfaces arrays must match.


changeSurfaceLength

changeSurfaceLength: "changeSurfaceLength"

First deletes all the surfaces of the loaded product and then takes the pages from the new product.

Was this page helpful?