You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ElementPlugin should not need to define a Panel and should get automatically wrapped as necessary.
ElementPlugin should be able to provide a list of objects that it should be registered for in it's package.json (which subsequently gets added to the manifest.json).
Define a proper template/documentation.
The text was updated successfully, but these errors were encountered:
mofojed
changed the title
ElementPlugin for plugins to wire up just displaying an object as an element (rather than all the panel wiring)
ElementPlugin for plugins to wire up displaying an object as an element
Sep 18, 2023
Fixes#59
Changes UI to load widgets from the plugin context which allows for any
widget (as long as it's a `WidgetPlugin` w/ the proper `supportedTypes`)
to be part of a deephaven UI panel without any extra setup from the
user.
Need web-client-ui changes to handle them, see deephaven/web-client-ui#1455
ElementPlugin should not need to define a
Panel
and should get automatically wrapped as necessary.ElementPlugin should be able to provide a list of objects that it should be registered for in it's package.json (which subsequently gets added to the manifest.json).
Define a proper template/documentation.
The text was updated successfully, but these errors were encountered: