design_diff
Compare two screens to identify added, removed, and changed elements, styles, and text. Use the structured diff to track design iterations.
Instructions
Compares two screens by name and returns a structured diff showing added elements, removed elements, style changes, and text changes. Useful for tracking design iterations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The project ID. | |
| screenId1 | Yes | First screen ID (before). | |
| screenId2 | Yes | Second screen ID (after). | |
| includeTextDiff | No | Include text content diffs. | |
| includeStyleDiff | No | Include detailed style property diffs. |