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()],
});
Drag to select multiple nodes within a rectangular area.
import { AreaSelectionPlugin } from "@flowscape-ui/core-sdk";
const engine = new CoreEngine({
container,
plugins: [new AreaSelectionPlugin()],
});