@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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.6.11-alpha.12591canary
0.10.111latest

Version History

VersionDownloads (Last 7 Days)Published
0.10.111
0.10.100
0.10.90
0.10.80
0.10.70
0.10.60
0.10.50
0.10.41
0.10.30
0.10.20
0.10.10
0.10.01
0.9.151
0.9.140
0.9.131
0.9.121
0.9.110
0.9.101
0.9.91
0.9.81
0.9.70
0.9.60
0.9.50
0.9.41
0.9.30
0.8.231
0.9.20
0.9.10
0.8.221
0.9.01
0.8.210
0.8.200
0.8.191
0.8.180
0.8.171
0.8.160
0.8.151
0.8.141
0.8.131
0.8.121
0.8.111
0.8.101
0.8.91
0.8.80
0.8.71
0.8.60
0.8.50
0.8.40
0.8.30
0.8.20
0.7.351
0.7.340
0.7.330
0.7.321
0.7.300
0.7.290
0.7.270
0.7.260
0.7.250
0.7.240
0.7.230
0.7.220
0.7.210
0.7.190
0.7.180
0.7.171
0.7.160
0.7.150
0.7.141
0.7.130
0.7.120
0.7.110
0.7.101
0.7.90
0.7.80
0.6.501
0.7.70
0.7.61
0.7.51
0.7.40
0.7.30
0.7.21
0.7.00
0.6.490
0.6.480
0.6.470
0.6.460
0.6.441
0.6.430
0.6.420
0.6.401
0.6.390
0.6.380
0.6.370
0.6.362
0.6.350
0.6.340
0.6.331
0.6.321
0.6.310
0.6.301
0.6.291
0.6.280
0.6.270
0.6.260
0.6.250
0.6.240
0.6.231
0.6.221
0.6.210
0.6.200
0.6.190
0.6.181
0.6.161
0.6.151
0.6.140
0.6.11-alpha.12591
0.6.10-alpha.12570
0.6.80
0.6.70030
0.6.70010
0.6.70000

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