Skip to main content

Area Selection Plugin

Drag to select multiple nodes within a rectangular area.

Usage

import { AreaSelectionPlugin } from "@flowscape-ui/core-sdk";

const engine = new CoreEngine({
container,
plugins: [new AreaSelectionPlugin()],
});