designer icon indicating copy to clipboard operation
designer copied to clipboard

Better structure of "elementInfo" objects.

Open justinfagnani opened this issue 9 years ago • 0 comments

We have several plain JS objects that describe elements in messages, and in state held by the stage, document, and inspector elements, like the "ElementInfo" object, or an object that combines ElementInfo and the bounds.

These have grown ad-hoc and could use some reorganization and documentation, given that these are so central to editing and used in various APIs and bindings. It's likely that bounds information should be folded into elementInfo, like computed style is.

justinfagnani avatar Jun 06 '15 00:06 justinfagnani