Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UXP API reference for v6.4 #90

Closed
wants to merge 11 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Typos
  • Loading branch information
Padma Krishnamoorthy authored and Padma Krishnamoorthy committed Dec 15, 2022
commit bb30fbc2d1e28c97a8a523a4390832dddc51ecba
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 2,7 @@
<a name="plugin" id="plugin"></a>

# Plugin
Plugin object recieved in the PluginManager.getPlugins list, used for IPC(Inter Plugin Communication)
Plugin object received in the PluginManager.getPlugins list, used for IPC(Inter Plugin Communication)



Expand Down Expand Up @@ -51,7 51,7 @@ Get plugin enabled/disabled state
## showPanel(panelId)
Show panel with the given ID. This api may be routed to the host app which can chose to disallow it.
Used for commmunicating with other plugins (IPC : Inter Plugin Communication)
Note: Currently there is no API to hide a panel, panels can be shown but can not be hid.
Note: Currently there is no API to hide a panel, panels can be shown but can not be hidden.

**Returns**: `Promise`

Expand Down