Developer documentation
Built-in Targets
These are stable IDs from the native app definition that plugins commonly target.
Primary layout targets
| ID | Type | Use |
|---|---|---|
root | row | Top-level layout. |
leftSidebar | panel | Collections, request list, plugin list. |
mainPanel | panel | Main request/response workspace. |
rightPanel | panel | Best default placement for plugin cards. |
requestTopBar | row | Method, URL, Send row. |
leftSidebarPluginExtensionZone | panel | Plugin extension area in the left sidebar. |
Request editor targets
| ID | Bind/command |
|---|---|
methodDropdown | activeRequest.method |
urlInput | activeRequest.url |
sendButton | core.request.send |
requestNameInput | activeRequest.name |
saveRequestToCollectionButton | core.request.saveToCollection |
headersEditor | Header editor component. |
bodyEditor | activeRequest.body |
responseViewer | Response viewer component. |
Plugin and collection targets
| ID | Command |
|---|---|
newRequestButton | core.request.new |
requestList | Request list placement. |
newCollectionButton | core.collection.new |
pluginList | Plugin manager placement. |
installSamplePluginsButton | core.plugin.installSample |
uploadPluginButton | core.plugin.upload |
scanPluginDirectoryButton | Native scan directory action. |