Foxglove Extension API
The @foxglove/extension
package contains type definitions for writing Foxglove extensions.
See https://docs.foxglove.dev/docs/visualization/extensions/introduction for conceptual documentation.
Getting started
Your extension's default export must be an ExtensionModule. Your activate
function will be
called when the extension is loaded, and it can use features of the ExtensionContext.