Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@equinor/fusion-framework-app

Package Overview
Dependencies
Maintainers
4
Versions
263
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equinor/fusion-framework-app

> support package for initializing application modules

latest
Source
npmnpm
Version
10.1.0
Version published
Weekly downloads
2K
11.37%
Maintainers
4
Weekly downloads
 
Created
Source

@equinor/fusion-framework-app

support package for initializing application modules

📚 read the Doc

Bookmarks

The bookmark module provides a way to save and restore the state of the application. This is useful for saving the state of the application when the user navigates away from the application and then returns to the application.

[!IMPORTANT] please use the enableBookmark from @equinor/fusion-framework-app/bookmark or @equinor/fusion-framework-react-app/bookmark to enable the bookmark module.

[!WARNING] The application must be install the @equinor/fusion-framework-module-bookmark package to use the bookmark module.

Do not use the enableBookmark from that package when developing Fusion Apps

We might in the future allow application configure their own module, but for now, use the enabler in the app package

Usage

import type { AppModuleInitiator, IAppConfigurator } from '@equinor/fusion-framework-react-app';

import { enableBookmark } from '@equinor/fusion-framework-react-app/bookmark';

export const configure: AppModuleInitiator = (configurator: IAppConfigurator) => {
    enableBookmark(configurator);
};

Keywords

fusion

FAQs

Package last updated on 06 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts