New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@equinor/fusion-framework-app

Package Overview
Dependencies
Maintainers
0
Versions
222
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

  • 9.2.0-bookmark-preview-53d7010af49af3f3128a5ca800f7cfc796dc6089
  • bookmark-preview
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.9K
decreased by-1.27%
Maintainers
0
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

FAQs

Package last updated on 20 Jan 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc