Weave.js

WeaveStagePanningPlugin

Activates the panning (move) of the stage

Overview

The WeaveStagePanningPlugin class that enables panning the Stage by dragging the canvas background. It allows users to move across large workspaces easily, improving navigation and usability, especially in collaborative and zoomable environments.

This plugin provides a smooth, intuitive drag-to-move experience, essential for exploring detailed or expansive canvases.

The class extends the WeavePlugin class

Name

This plugin name property value is stagePanning.

Import

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

Instantiation

new WeaveStagePanningPlugin();