Back to Website
Show / Hide Table of Contents

Interface Editor.ISurfacesChanges

A structure containing changes the user made to the product on a per-surface basis.

Package: @aurigma/design-editor-iframe
Remarks

For example, you may obtain an IUserChanges structure if the user changed the Name and Position fields on two pages.

Examples
{ "surfaces": {
   "surface_0": {
       "texts": [
           { "name": "Name", "usersValue": "John Wood", "isNewItem": false },
           { "name": "Position", "usersValue": "Designer", "isNewItem": false }
       ]
   },
   "surface_1": {
       "texts": [
           { "name": "Name", "usersValue": "Christopher Bennett", "isNewItem": false },
           { "name": "Position", "usersValue": "Manager", "isNewItem": false }
       ]
   }
},
"texts": [
   { "name": "Name", "usersValue": "John Wood", "isNewItem": false },
   { "name": "Position", "usersValue": "Designer", "isNewItem": false },
   { "name": "Name", "usersValue": "Christopher Bennett", "isNewItem": false },
   { "name": "Position", "usersValue": "Manager", "isNewItem": false }
]}
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback