Socket
Book a DemoInstallSign in
Socket

@bfwk/orchestration-canvas

Package Overview
Dependencies
Maintainers
2
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bfwk/orchestration-canvas

LBF Orchestration Canvas

latest
Source
npmnpm
Version
0.10.11
Version published
Weekly downloads
1
Maintainers
2
Weekly downloads
 
Created
Source

Orchestration Canvas

npm

This is a library for building an orchestration canvas. Using jsPlumb under the hood, this library adds additional functionality like keyboard navigation for accessibility, styles consistent with SLDS, and graph navigation features like panning, zooming, and pagination. For more details, see this API doc.

API

This library exports one API:

import { OrchestrationCanvas } from '@bfwk/orchestration-canvas';

const orchestrationCanvas = OrchestrationCanvas.createInstance(document.getElementById('canvas'));

To draw nodes and connectors in the canvas:

orchestrationCanvas.update(nodes, connectors, config);

and the library will update the canvas based on the provided values.

FAQs

Package last updated on 22 Sep 2022

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