Interface: IUpdateSurfacesCommandDefinition
Hierarchy
-
IUpdateSurfaceOptionsByDefinition
-
IDesignEditorCommandDefinition
↳ IUpdateSurfacesCommandDefinition
Index
Properties
- after
- definition
- newProductSurfaces
- preserveSafetyLines
- preserveUserChanges
- replaceAll
- showPreloader
- surfaces
- updateRevertData
- updateSurfaceSize
Properties
Optional
after
• after? : string | string[]
Inherited from IDesignEditorCommandDefinition.after
The next commands to be executed after this command completes.
definition
• definition: IProductDefinition | string
Inherited from void
Optional
newProductSurfaces
• newProductSurfaces? : number[]
Inherited from void
Optional
preserveSafetyLines
• preserveSafetyLines? : boolean
Inherited from void
Optional
preserveUserChanges
• preserveUserChanges? : boolean
Inherited from void
Optional
replaceAll
• replaceAll? : boolean
Inherited from void
Optional
showPreloader
• showPreloader? : boolean
Inherited from IDesignEditorCommandDefinition.showPreloader
If true
, displays the preloader while executing this command.
Optional
surfaces
• surfaces? : number[]
Inherited from void
Optional
updateRevertData
• updateRevertData? : boolean
Inherited from void
Optional
updateSurfaceSize
• updateSurfaceSize? : boolean
Inherited from void