Skip to content

Commit f6d6f54

Browse files
committed
added a table
1 parent b6fabf5 commit f6d6f54

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

design/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ Plugins can interact with the user at different levels, for example, some plugin
1414

1515
Learn more about the types of Adobe XD plugins you can build.
1616

17-
| **Plugins Panel** | **Modal Dialog** | **No UI** |
18-
|---------------------------------------|----------------------------------|----------------------------------|
19-
| Non-Blocking UI - this surface is best used when the user should have access to the canvas while using the plugin. | Blocking UI - this surface is best used when the plugin needs to run an action and the user shouldn’t modify or change selection of objects on the canvas. | Plugin action runs - if the plugin doesn't require any additional user inpupt then it can run the action |
17+
| **Plugins Panel** | **Modal Dialog** |
18+
|---------------------------------------|----------------------------------|
19+
| Non-Blocking UI - this surface is best used when the user should have access to the canvas while using the plugin. | Blocking UI - this surface is best used when the plugin needs to run an action and the user shouldn’t modify or change selection of objects on the canvas. |
20+
2021

2122
<br />
2223

0 commit comments

Comments
 (0)