Skip to main content

Module Widget

Less than 1 minuteModulewidgetconfigbuilder

GitHub package.json version (subfolder of monorepo)

Configuration

The configuration of the widget module is elegantly straightforward. It is required only when displaying a widget, and is not necessary during development. For more details on displaying widgets, refer to the "Widget React" section in the guide.

Basic
import { enableWidgetModule } from '@equinor/fusion-framework-module-widget';
export default (configurator: IAppConfigurator) => {
    enableWidgetModule(configurator);
};