Weave.js

Nodes Multi-selection Feedback

Activate support to provide more feedback to the user when multi-selecting nodes

Nodes multi-selection plugin on use on the Weave.js showcase

Introduction

This plugin enables more feedback to users when selecting multiple nodes on the canvas.

Usage

Import the Plugin

Start by importing the plugin:

import { WeaveNodesMultiSelectionFeedbackPlugin } from "@inditextech/weave-sdk";

Register the Plugin

Then register the plugin on the Weave class instance.

const instance = new Weave({
  ...
  plugins: [
    ...,
    new WeaveNodesMultiSelectionFeedbackPlugin(), 
  ]
})

You can also:

  • Customize the transformer style.

For more information check the WeaveNodesMultiSelectionFeedbackPlugin plugin API.

Use the plugin

Once the plugin is registered when multi-selection, more feedback is provided to the end user.