@bfwk/orchestration-canvas
TypeScript icon, indicating that this package has built-in type declarations

0.10.11 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @bfwk/orchestration-canvas

Weekly Downloads

46

Version

0.10.11

License

MIT

Unpacked Size

1.22 MB

Total Files

49

Last publish

Collaborators

  • treywashington
  • lwc-admin