Extensions API: Add ability to open sibling panels
See original GitHub issueOriginally posted at https://github.com/foxglove/fox/issues/28
Background:
I’m building an extension that shows data from a topic, and I would like to add the ability to open a sibling plot to show values over time, similar to the functionality in the Diagnostics panel and Raw Messages panel (they call openSiblingPlotPanel
and openSiblingStateTransitionsPanel
from Plot
).
Request:
Please add a function to the PanelExtensionContext
to allow opening a sibling panel, with all the necessary config (initialState
).
Thank you!
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
PanelExtensionContext - Docs - Foxglove Studio
Use context. layout. addPanel to add a sibling panel of a given panel type (e.g. "RawMessages" ) to the layout. All panel types...
Read more >chrome.devtools.panels - Chrome Developers
devtools.panels API to integrate your extension into Developer Tools window UI: create your own panels, access existing panels, and add sidebars. Manifest ...
Read more >VS Code API | Visual Studio Code Extension API
VS Code API. VS Code API is a set of JavaScript APIs that you can invoke in your Visual Studio Code extension. This...
Read more >Extensions for Zoho Desk | Developer guide
Tightly integrate Zoho Desk with your favorite business tools. Get an overview of what an extension is and the types of extensions available...
Read more >Extension Developer Guide — JupyterLab 2.2.10 documentation
Editor - Add a widget factory for displaying editable source files. Console - Adds the ability to launch Jupyter Console instances for interactive...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ah no worries, I just misread your comment. Thanks for looking, I am happy to help test or provide feedback for any fixes!
@jessicaaustin I’m not sure if it’s easy for you to run studio from a branch there but if so this branch seems to fix the panel initial state problem for me. https://github.com/foxglove/studio/pull/2232