A libp2p Observer widget, built on built on @libp2p/observer-sdk, visualising current and recent data streams in libp2p Introspection data.
- Note: currently data such as a stream's data traffic, latency and connection transport are unavailable to libp2p Introspection. This widget therefore currently has a limited feature set of basic data table functionality
Exports follow the standard format of libp2p Observer widgets:
closeWidget
(optional): function to close this widget, usually provided automatically by @libp2p/observer-shell
React component rendering this widget. Expects to be rendered inside ThemeSetter
and DataProvider
contexts from @libp2p/observer-sdk. These are usually provided by @libp2p/observer-catalogue or [@libp2p/observer-testing]](../testing).
String in plain text or markdown format, describing this widget.
String containging this widget's name.
PNG image displaying a thumbnail image of this widget. Importing packages should have an appropriate webpack loader for handling images.
Array of strings listing topics this widget relates to.