Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@opentext/forms-data-manager

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentext/forms-data-manager

Provides UI runtime data management for OpenText™ Forms API

  • 24.4.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
3
Maintainers
0
Weekly downloads
 
Created
Source

forms-data-manager

UI runtime data manager for OpenText™ Forms API

Contents

  • Install
  • Usage

Install

Run:

npm install @opentext/forms-data-manager

Usage

import { ItemManager } from '@opentext/forms-data-manager';

// create new item manager object, for example:
const itemManager = new ItemManager(promiseQueue, dataSource, target, clientAPI);

Client API format

The Client API should be in this format:

clientAPI = {
    postMessage: (data: object, targetOrigin?: any) => void;
    setState: (model: string) => void;
    getState: () => {};
}

Keywords

FAQs

Package last updated on 28 Oct 2024

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