paranext / paranext-core

Electron client, extension host, and C# library for Paranext
https://paranext.github.io/paranext-core/
MIT License
17 stars 2 forks source link

Add `papi.webViews.getAllOpenWebViewDefinitions` for discovering all open web views #1270

Open tjcouch-sil opened 2 weeks ago

tjcouch-sil commented 2 weeks ago

User Story As an extension developer, I want to be able to discover web views so that I can make complex interactions between pieces of the UI or different extensions.

Description Add an endpoint papi.webViews.getAllOpenWebViewDefinitions that returns SavedWebViewDefinitions for every open web view

Split off from #1185