Skip to main content

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 {@link ExtensionModule}. Your activate function will be called when the extension is loaded, and it can use features of the {@link ExtensionContext}.