Extension API Reference
The @foxglove/extension NPM package contains type definitions for writing Foxglove extensions.
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.